Instructions to use qanastek/pos-french-camembert-flair with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use qanastek/pos-french-camembert-flair with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("qanastek/pos-french-camembert-flair") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -221,6 +221,25 @@ weighted avg 0.9802 0.9797 0.9798 10019
|
|
| 221 |
|
| 222 |
Please cite the following paper when using this model.
|
| 223 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 224 |
UD_French-GSD corpora:
|
| 225 |
|
| 226 |
```latex
|
|
|
|
| 221 |
|
| 222 |
Please cite the following paper when using this model.
|
| 223 |
|
| 224 |
+
ANTILLES corpus and POET taggers:
|
| 225 |
+
|
| 226 |
+
```latex
|
| 227 |
+
@inproceedings{labrak:hal-03696042,
|
| 228 |
+
TITLE = {{ANTILLES: An Open French Linguistically Enriched Part-of-Speech Corpus}},
|
| 229 |
+
AUTHOR = {Labrak, Yanis and Dufour, Richard},
|
| 230 |
+
URL = {https://hal.archives-ouvertes.fr/hal-03696042},
|
| 231 |
+
BOOKTITLE = {{25th International Conference on Text, Speech and Dialogue (TSD)}},
|
| 232 |
+
ADDRESS = {Brno, Czech Republic},
|
| 233 |
+
PUBLISHER = {{Springer}},
|
| 234 |
+
YEAR = {2022},
|
| 235 |
+
MONTH = Sep,
|
| 236 |
+
KEYWORDS = {Part-of-speech corpus ; POS tagging ; Open tools ; Word embeddings ; Bi-LSTM ; CRF ; Transformers},
|
| 237 |
+
PDF = {https://hal.archives-ouvertes.fr/hal-03696042/file/ANTILLES_A_freNch_linguisTIcaLLy_Enriched_part_of_Speech_corpus.pdf},
|
| 238 |
+
HAL_ID = {hal-03696042},
|
| 239 |
+
HAL_VERSION = {v1},
|
| 240 |
+
}
|
| 241 |
+
```
|
| 242 |
+
|
| 243 |
UD_French-GSD corpora:
|
| 244 |
|
| 245 |
```latex
|