EIStakovskii
commited on
Commit
•
2dd854c
1
Parent(s):
d3f1e2d
Update README.md
Browse files
README.md
CHANGED
@@ -19,10 +19,10 @@ widget:
|
|
19 |
license: other
|
20 |
---
|
21 |
|
22 |
-
This model was trained for evaluating linguistic acceptability and grammaticality. The finetuning was carried out based off the bert-base-german-cased
|
23 |
|
24 |
Label_1 means ACCEPTABLE - the sentence is perfectly understandable by native speakers and has no serious grammatic and syntactic flaws.
|
25 |
|
26 |
Label_0 means NOT ACCEPTABLE - the sentence is flawed both orthographically and grammatically.
|
27 |
|
28 |
-
The model was trained on 50 thousand German sentences from the news_commentary dataset
|
|
|
19 |
license: other
|
20 |
---
|
21 |
|
22 |
+
This model was trained for evaluating linguistic acceptability and grammaticality. The finetuning was carried out based off [the bert-base-german-cased](https://huggingface.co/bert-base-german-cased).
|
23 |
|
24 |
Label_1 means ACCEPTABLE - the sentence is perfectly understandable by native speakers and has no serious grammatic and syntactic flaws.
|
25 |
|
26 |
Label_0 means NOT ACCEPTABLE - the sentence is flawed both orthographically and grammatically.
|
27 |
|
28 |
+
The model was trained on 50 thousand German 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.
|