Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ pipeline_tag: token-classification
|
|
| 18 |
---
|
| 19 |
|
| 20 |
## INTRODUCTION:
|
| 21 |
-
This model, developed as part of the [propp-fr project](https://
|
| 22 |
|
| 23 |
The predicted entities are:
|
| 24 |
- mentions of characters (PER): pronouns (je, tu, il, ...), possessive pronouns (mon, ton, son, ...), common nouns (le capitaine, la princesse, ...) and proper nouns (Indiana Delmare, Honoré de Pardaillan, ...)
|
|
@@ -67,7 +67,7 @@ Model Input: Maximum context camembert-large embeddings (1024 dimensions)
|
|
| 67 |
Model Output: BIOES labels sequence
|
| 68 |
|
| 69 |
## HOW TO USE:
|
| 70 |
-
|
| 71 |
|
| 72 |
## TRAINING CORPUS:
|
| 73 |
| | Document | Tokens Count | Is included in model eval |
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
## INTRODUCTION:
|
| 21 |
+
This model, developed as part of the [propp-fr project](https://lattice-8094.github.io/propp/), is a **NER model** built on top of [camembert-large](https://huggingface.co/almanach/camembert-large) embeddings, trained to predict nested entities in french, specifically for literary texts.
|
| 22 |
|
| 23 |
The predicted entities are:
|
| 24 |
- mentions of characters (PER): pronouns (je, tu, il, ...), possessive pronouns (mon, ton, son, ...), common nouns (le capitaine, la princesse, ...) and proper nouns (Indiana Delmare, Honoré de Pardaillan, ...)
|
|
|
|
| 67 |
Model Output: BIOES labels sequence
|
| 68 |
|
| 69 |
## HOW TO USE:
|
| 70 |
+
[Propp Documentation](https://lattice-8094.github.io/propp/quick_start/)
|
| 71 |
|
| 72 |
## TRAINING CORPUS:
|
| 73 |
| | Document | Tokens Count | Is included in model eval |
|