add model
Browse files- README.md +19 -19
- pytorch_model.bin +1 -1
- runs/Sep08_11-14-40_1cc0b34d5572/1631099806.9275436/events.out.tfevents.1631099806.1cc0b34d5572.75.1 +3 -0
- runs/Sep08_11-14-40_1cc0b34d5572/events.out.tfevents.1631099806.1cc0b34d5572.75.0 +3 -0
- runs/Sep08_11-14-40_1cc0b34d5572/events.out.tfevents.1631099912.1cc0b34d5572.75.2 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -22,16 +22,16 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Precision
|
24 |
type: precision
|
25 |
-
value: 0.
|
26 |
- name: Recall
|
27 |
type: recall
|
28 |
-
value: 0.
|
29 |
- name: F1
|
30 |
type: f1
|
31 |
-
value: 0.
|
32 |
- name: Accuracy
|
33 |
type: accuracy
|
34 |
-
value: 0.
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -41,11 +41,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
41 |
|
42 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the ingredients_yes_no dataset.
|
43 |
It achieves the following results on the evaluation set:
|
44 |
-
- Loss: 0.
|
45 |
-
- Precision: 0.
|
46 |
-
- Recall: 0.
|
47 |
-
- F1: 0.
|
48 |
-
- Accuracy: 0.
|
49 |
|
50 |
## Model description
|
51 |
|
@@ -76,16 +76,16 @@ The following hyperparameters were used during training:
|
|
76 |
|
77 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
78 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
79 |
-
| No log | 1.0 |
|
80 |
-
| No log | 2.0 |
|
81 |
-
|
|
82 |
-
|
|
83 |
-
|
|
84 |
-
|
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
89 |
|
90 |
|
91 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Precision
|
24 |
type: precision
|
25 |
+
value: 0.9871794871794872
|
26 |
- name: Recall
|
27 |
type: recall
|
28 |
+
value: 0.992633517495396
|
29 |
- name: F1
|
30 |
type: f1
|
31 |
+
value: 0.98989898989899
|
32 |
- name: Accuracy
|
33 |
type: accuracy
|
34 |
+
value: 0.9953393533352752
|
35 |
---
|
36 |
|
37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
41 |
|
42 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the ingredients_yes_no dataset.
|
43 |
It achieves the following results on the evaluation set:
|
44 |
+
- Loss: 0.0308
|
45 |
+
- Precision: 0.9872
|
46 |
+
- Recall: 0.9926
|
47 |
+
- F1: 0.9899
|
48 |
+
- Accuracy: 0.9953
|
49 |
|
50 |
## Model description
|
51 |
|
|
|
76 |
|
77 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
78 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
79 |
+
| No log | 1.0 | 80 | 0.1360 | 0.7993 | 0.8582 | 0.8277 | 0.9645 |
|
80 |
+
| No log | 2.0 | 160 | 0.0396 | 0.9762 | 0.9834 | 0.9798 | 0.9924 |
|
81 |
+
| No log | 3.0 | 240 | 0.0410 | 0.9745 | 0.9834 | 0.9789 | 0.9916 |
|
82 |
+
| No log | 4.0 | 320 | 0.0382 | 0.9817 | 0.9890 | 0.9853 | 0.9933 |
|
83 |
+
| No log | 5.0 | 400 | 0.0326 | 0.9818 | 0.9908 | 0.9863 | 0.9945 |
|
84 |
+
| No log | 6.0 | 480 | 0.0366 | 0.9781 | 0.9890 | 0.9835 | 0.9936 |
|
85 |
+
| 0.0953 | 7.0 | 560 | 0.0351 | 0.9781 | 0.9853 | 0.9817 | 0.9936 |
|
86 |
+
| 0.0953 | 8.0 | 640 | 0.0314 | 0.9854 | 0.9926 | 0.9890 | 0.9950 |
|
87 |
+
| 0.0953 | 9.0 | 720 | 0.0299 | 0.9872 | 0.9926 | 0.9899 | 0.9953 |
|
88 |
+
| 0.0953 | 10.0 | 800 | 0.0308 | 0.9872 | 0.9926 | 0.9899 | 0.9953 |
|
89 |
|
90 |
|
91 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265506293
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17f3a23bda2d4a715205b47d51204ed48afab07192d8b465a51b966c1244c084
|
3 |
size 265506293
|
runs/Sep08_11-14-40_1cc0b34d5572/1631099806.9275436/events.out.tfevents.1631099806.1cc0b34d5572.75.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b94ec58be8239c30ab3e88d449ecb03ca4ec8b03c8c24a074f33f4369943a249
|
3 |
+
size 4230
|
runs/Sep08_11-14-40_1cc0b34d5572/events.out.tfevents.1631099806.1cc0b34d5572.75.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57d684c4ac7e403d686f56e156674dd58c3ecac47714f6cc8bc38253876153b0
|
3 |
+
size 8304
|
runs/Sep08_11-14-40_1cc0b34d5572/events.out.tfevents.1631099912.1cc0b34d5572.75.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8829418d2e6e076fa5729e9aaedfa57e9ea3ea945a9bc31f28f5df688d5fbb47
|
3 |
+
size 512
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2671
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2397260f60d7dc24ce2321d0f9476513996a7236dd7683615c41f1fdbe0bce61
|
3 |
size 2671
|