Update README.md
Browse files
README.md
CHANGED
@@ -147,13 +147,11 @@ cleaned_results = clean_and_group_entities(ner_results)
|
|
147 |
|
148 |
While this model performs well in the electrical engineering domain, it is not designed for use in other domains. Additionally, it may:
|
149 |
|
150 |
-
- Misclassify entities due to potential inaccuracies in the GPT-4o-mini
|
151 |
- Struggle with ambiguous contexts or low-confidence predictions - this is minimized with help of `clean_and_group_entities` function.
|
152 |
|
153 |
This model is intended for research and educational purposes only, and users are encouraged to validate results before applying them to critical applications.
|
154 |
|
155 |
-
Users are encouraged to validate results for critical applications.
|
156 |
-
|
157 |
## Training Infrastructure
|
158 |
|
159 |
For a complete guide covering the entire process - from data tokenization to pushing the model to the Hugging Face Hub - please refer to the [GitHub repository](https://github.com/di37/ner-electrical-finetuning).
|
|
|
147 |
|
148 |
While this model performs well in the electrical engineering domain, it is not designed for use in other domains. Additionally, it may:
|
149 |
|
150 |
+
- Misclassify entities due to potential inaccuracies in the GPT-4o-mini generated dataset.
|
151 |
- Struggle with ambiguous contexts or low-confidence predictions - this is minimized with help of `clean_and_group_entities` function.
|
152 |
|
153 |
This model is intended for research and educational purposes only, and users are encouraged to validate results before applying them to critical applications.
|
154 |
|
|
|
|
|
155 |
## Training Infrastructure
|
156 |
|
157 |
For a complete guide covering the entire process - from data tokenization to pushing the model to the Hugging Face Hub - please refer to the [GitHub repository](https://github.com/di37/ner-electrical-finetuning).
|