add model
Browse files- README.md +19 -19
- pytorch_model.bin +1 -1
- runs/Sep08_12-07-34_f7d335feb95c/1631103002.420842/events.out.tfevents.1631103002.f7d335feb95c.74.1 +3 -0
- runs/Sep08_12-07-34_f7d335feb95c/events.out.tfevents.1631103002.f7d335feb95c.74.0 +3 -0
- runs/Sep08_12-07-34_f7d335feb95c/events.out.tfevents.1631103114.f7d335feb95c.74.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 |
-
| No log | 3.0 |
|
82 |
-
| No log | 4.0 |
|
83 |
-
| No log | 5.0 |
|
84 |
-
| No log | 6.0 |
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
89 |
|
90 |
|
91 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Precision
|
24 |
type: precision
|
25 |
+
value: 0.9847619047619047
|
26 |
- name: Recall
|
27 |
type: recall
|
28 |
+
value: 0.988527724665392
|
29 |
- name: F1
|
30 |
type: f1
|
31 |
+
value: 0.9866412213740458
|
32 |
- name: Accuracy
|
33 |
type: accuracy
|
34 |
+
value: 0.9974453590689754
|
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.0138
|
45 |
+
- Precision: 0.9848
|
46 |
+
- Recall: 0.9885
|
47 |
+
- F1: 0.9866
|
48 |
+
- Accuracy: 0.9974
|
49 |
|
50 |
## Model description
|
51 |
|
|
|
76 |
|
77 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
78 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
79 |
+
| No log | 1.0 | 83 | 0.1004 | 0.8978 | 0.9235 | 0.9105 | 0.9807 |
|
80 |
+
| No log | 2.0 | 166 | 0.0237 | 0.9714 | 0.9751 | 0.9733 | 0.9940 |
|
81 |
+
| No log | 3.0 | 249 | 0.0204 | 0.9715 | 0.9771 | 0.9743 | 0.9929 |
|
82 |
+
| No log | 4.0 | 332 | 0.0138 | 0.9773 | 0.9866 | 0.9819 | 0.9969 |
|
83 |
+
| No log | 5.0 | 415 | 0.0137 | 0.9829 | 0.9866 | 0.9847 | 0.9969 |
|
84 |
+
| No log | 6.0 | 498 | 0.0134 | 0.9847 | 0.9866 | 0.9857 | 0.9972 |
|
85 |
+
| 0.0923 | 7.0 | 581 | 0.0160 | 0.9866 | 0.9885 | 0.9876 | 0.9972 |
|
86 |
+
| 0.0923 | 8.0 | 664 | 0.0147 | 0.9848 | 0.9885 | 0.9866 | 0.9974 |
|
87 |
+
| 0.0923 | 9.0 | 747 | 0.0139 | 0.9848 | 0.9885 | 0.9866 | 0.9974 |
|
88 |
+
| 0.0923 | 10.0 | 830 | 0.0138 | 0.9848 | 0.9885 | 0.9866 | 0.9974 |
|
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:1cac3fd8d49080c0db3d1a12df616e2207ca61d2cc49a3a0c4caf3c140a558d9
|
3 |
size 265506293
|
runs/Sep08_12-07-34_f7d335feb95c/1631103002.420842/events.out.tfevents.1631103002.f7d335feb95c.74.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ba7e0493091f686b7b4714190245d853bc6d8323f89e4e2cd16390668a4f20c
|
3 |
+
size 4230
|
runs/Sep08_12-07-34_f7d335feb95c/events.out.tfevents.1631103002.f7d335feb95c.74.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61b1e196d898894adb299ccfdf3e7c1014f8ff63ac296484281a801d852bbce3
|
3 |
+
size 8304
|
runs/Sep08_12-07-34_f7d335feb95c/events.out.tfevents.1631103114.f7d335feb95c.74.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bf9a3fe1feba1087fd8d9ac4e2229a7c2801cca5923999e381821f360a8127d
|
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:bdc59e0b95ad2a399ec0786f027476dc9f2a790cc1f16f7ee53df949e2f99e04
|
3 |
size 2671
|