tafseer-nayeem
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -80,8 +80,7 @@ print(predictions_kidLM_plus)
|
|
80 |
|
81 |
## Limitations and bias
|
82 |
|
83 |
-
The training data used to build the KidLM (plus) model is our [KidLM corpus](https://huggingface.co/datasets/tafseer-nayeem/KidLM-corpus). We made significant efforts to minimize offensive content in the pre-training data by deliberately sourcing from sites where such content is minimal. However, we cannot provide an absolute guarantee that no such content is present. We strongly recommend exercising caution when using the KidLM model, as it may still produce biased predictions.
|
84 |
-
|
85 |
```python
|
86 |
from transformers import pipeline
|
87 |
|
|
|
80 |
|
81 |
## Limitations and bias
|
82 |
|
83 |
+
The training data used to build the KidLM (plus) model is our [KidLM corpus](https://huggingface.co/datasets/tafseer-nayeem/KidLM-corpus). We made significant efforts to minimize offensive content in the pre-training data by deliberately sourcing from sites where such content is minimal. However, we cannot provide an absolute guarantee that no such content is present. We strongly recommend exercising caution when using the KidLM (plus) model, as it may still produce biased predictions.
|
|
|
84 |
```python
|
85 |
from transformers import pipeline
|
86 |
|