Commit ·
5c5d4da
1
Parent(s): f92ed90
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: other
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language: fr # <-- my language
|
| 3 |
+
widget:
|
| 4 |
+
- text: "Ne laisse aucun résidu. Ne nécessite pas de nettoyage après l'application."
|
| 5 |
+
- text: "Nous n'avons pas d'argent et aucune relation."
|
| 6 |
+
- text: "C'est marrant comme tout le monde oublie ça, hein ?"
|
| 7 |
+
- text: "Il estaaaaaaaaaaad impr2éviswwible, oui,i,v.1 danfaagereux."
|
| 8 |
+
- text: "L'hépssasdati@!@@!te, oui, une pleaaane indemnisation."
|
| 9 |
+
- text: "Après une hééésiéétation,!!! j'ai fait signe que oui."
|
| 10 |
+
|
| 11 |
license: other
|
| 12 |
---
|
| 13 |
+
This model was trained for evaluating linguistic acceptability and grammaticality.
|
| 14 |
+
|
| 15 |
+
Label_1 means ACCEPTABLE - the sentence is perfectly understandable by native speakers and has no serious grammatic and syntactic flaws.
|
| 16 |
+
|
| 17 |
+
Label_0 means NOT ACCEPTABLE - the sentence is flawed both orthographically and grammatically.
|
| 18 |
+
|
| 19 |
+
The model was trained on 50 thousand French sentences from the news_commentary dataset (https://huggingface.co/datasets/news_commentary). Out of 50 thousand 25 thousand sentences were algorithmically corrupted using the open source Python library https://github.com/eistakovskii/text_corruption_plus. The library was originally developed by aylliote (https://github.com/aylliote/corruption), but it was slightly adapted for the purposes of this model.
|