Update README.md
Browse files
README.md
CHANGED
@@ -38,6 +38,8 @@ This model was trained on 115,943 manually annotated sentences to classify text
|
|
38 |
|
39 |
## Intended uses & limitations
|
40 |
|
|
|
|
|
41 |
```python
|
42 |
from transformers import pipeline
|
43 |
import pandas as pd
|
@@ -186,10 +188,6 @@ training_args = TrainingArguments(
|
|
186 |
|
187 |
|
188 |
|
189 |
-
## Limitation and bias
|
190 |
-
|
191 |
-
The model output reproduces the limitations of the dataset in terms of country coverage, time span, domain definitions and potential biases of the annotators - as any supervised machine learning model would. Applying the model to other types of data (other types of texts, countries etc.) will reduce performance.
|
192 |
-
|
193 |
### Framework versions
|
194 |
|
195 |
- Transformers 4.16.2
|
|
|
38 |
|
39 |
## Intended uses & limitations
|
40 |
|
41 |
+
The model output reproduces the limitations of the dataset in terms of country coverage, time span, domain definitions and potential biases of the annotators - as any supervised machine learning model would. Applying the model to other types of data (other types of texts, countries etc.) will reduce performance.
|
42 |
+
|
43 |
```python
|
44 |
from transformers import pipeline
|
45 |
import pandas as pd
|
|
|
188 |
|
189 |
|
190 |
|
|
|
|
|
|
|
|
|
191 |
### Framework versions
|
192 |
|
193 |
- Transformers 4.16.2
|