Skip to content

Commit 8c296db

Browse files
committed
Feature: Train new model with improved MIP detection
1 parent 6a4ec25 commit 8c296db

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-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.90%
51+
Accuracy: 94.97%
5252
5353
Word-level results:
54-
Accuracy 97.88%
55-
Precision (micro) 97.86%
56-
Recall (micro) 97.88%
57-
F1 score (micro) 97.86%
54+
Accuracy 97.91%
55+
Precision (micro) 97.89%
56+
Recall (micro) 97.91%
57+
F1 score (micro) 97.89%
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.88 ± 0.23% | 94.90 ± 0.56% |
127+
| 97.91 ± 0.23% | 94.97 ± 0.56% |
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 271938947.
131+
The random seed used for the train/test split for this model was 384522096.
132132

133133
## Ethical Considerations
134134

13.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)