Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ widget:
|
|
36 |
Nutrient Updated: Value 4
|
37 |
|
38 |
---
|
39 |
-
This is a BERT sequence labeling model, is designed for Named Entity Recognition (NER) in the context of
|
40 |
|
41 |
|
42 |
## Training Data Description
|
@@ -56,7 +56,7 @@ The training data for the `sgarbi/bert-fda-nutrition-ner` model was thoughtfully
|
|
56 |
- **Robustness Techniques**:
|
57 |
- **Introducing Noise**: To enhance the model's ability to handle real-world, imperfect data, deliberate noise was introduced into the training set. This included:
|
58 |
- **Sentence Swaps**: Random swapping of sentences within the text to promote the model's understanding of varied sentence structures.
|
59 |
-
- **Introducing Misspellings**: Deliberately inserting common spelling errors to train the model to recognize and correctly process misspelled words frequently encountered in real-world scenarios.
|
60 |
|
61 |
### Relevance to the Model
|
62 |
- The use of a diverse and comprehensive dataset ensures that the model is well-equipped for nutritional NER tasks.
|
|
|
36 |
Nutrient Updated: Value 4
|
37 |
|
38 |
---
|
39 |
+
This is a BERT sequence labeling model, is designed for Named Entity Recognition (NER) in the context of nutrition labeling. It aims to identify and classify various nutritional elements from text dataproviding a structured interpretation of the content typically found on nutrition labels.
|
40 |
|
41 |
|
42 |
## Training Data Description
|
|
|
56 |
- **Robustness Techniques**:
|
57 |
- **Introducing Noise**: To enhance the model's ability to handle real-world, imperfect data, deliberate noise was introduced into the training set. This included:
|
58 |
- **Sentence Swaps**: Random swapping of sentences within the text to promote the model's understanding of varied sentence structures.
|
59 |
+
- **Introducing Misspellings**: Deliberately inserting common spelling errors to train the model to recognize and correctly process misspelled words frequently encountered in real-world scenarios such as inaccurate document scans.
|
60 |
|
61 |
### Relevance to the Model
|
62 |
- The use of a diverse and comprehensive dataset ensures that the model is well-equipped for nutritional NER tasks.
|