Skip to content

Commit b50e371

Browse files
committed
Feature: Update model for new features
1 parent f88b89f commit b50e371

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ The model has the following accuracy on a test data set of 20% of the total data
4848

4949
```
5050
Sentence-level results:
51-
Accuracy: 94.65%
51+
Accuracy: 94.70%
5252
5353
Word-level results:
54-
Accuracy 97.82%
55-
Precision (micro) 97.80%
56-
Recall (micro) 97.82%
57-
F1 score (micro) 97.80%
54+
Accuracy 97.91%
55+
Precision (micro) 97.90%
56+
Recall (micro) 97.91%
57+
F1 score (micro) 97.90%
5858
```
5959

6060
## Development

ingredient_parser/en/data/ModelCard.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ The model has the following performance metrics:
124124

125125
| Word level accuracy | Sentence level accuracy |
126126
| ------------------- | ----------------------- |
127-
| 97.82 ± 0.18% | 94.65 ± 0.44% |
127+
| 97.90 ± 0.18% | 94.70 ± 0.44% |
128128

129129
These metrics were determined by executing 20 training/evaluation cycles and calculating the mean and standard deviation for the two metrics across all cycles. The uncertainty values provided represent the 99.7% confidence bounds (i.e. 3x standard deviation). The uncertainty is due to the randomisation of the selection of training and evaluation data whenever the model is trained.
130130

131-
The random seed used for the train/test split for this model was 598456308.
131+
The random seed used for the train/test split for this model was 170365540.
132132

133133
## Ethical Considerations
134134

-59 KB
Binary file not shown.

train/performance_history.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ Release,Sentence,Word
2020
1.3.0,95.87,98.29
2121
2.0.0,94.72,97.82
2222
2.1.0,94.66,97.82
23+
develop,94.7,97.9

0 commit comments

Comments
 (0)