Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
+
language:
|
| 4 |
+
- fr
|
| 5 |
+
pipeline_tag: text-classification
|
| 6 |
+
widget:
|
| 7 |
+
- text: >-
|
| 8 |
+
* ALBI, (Géog.) ville de France, capitale de l'Albigeois, dans le haut
|
| 9 |
+
Languedoc : elle est sur le Tarn. Long. 19. 49. lat. 43. 55. 44.
|
| 10 |
---
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
# bert-base-french-cased-edda-ner
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 17 |
+
|
| 18 |
+
This model is designed to identify and classify Named Entity Recognition.
|
| 19 |
+
It has been trained on the French *Encyclopédie ou dictionnaire raisonné des sciences des arts et des métiers par une société de gens de lettres (1751-1772)* edited by Diderot and d'Alembert (provided by the [ARTFL Encyclopédie Project](https://artfl-project.uchicago.edu)).
|
| 20 |
+
|
| 21 |
+
## Class labels
|
| 22 |
+
|
| 23 |
+
%TODO
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
## Bias, Risks, and Limitations
|
| 28 |
+
|
| 29 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 30 |
+
|
| 31 |
+
This model was trained entirely on French encyclopedic entries and will likely not perform well on text in other languages or other corpora.
|