add model
Browse files- README.md +19 -19
- pytorch_model.bin +1 -1
- runs/Sep06_15-17-53_32c9b5098965/1630941604.153061/events.out.tfevents.1630941604.32c9b5098965.78.1 +3 -0
- runs/Sep06_15-17-53_32c9b5098965/events.out.tfevents.1630941604.32c9b5098965.78.0 +3 -0
- runs/Sep06_15-17-53_32c9b5098965/events.out.tfevents.1630941867.32c9b5098965.78.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 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 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.9916855631141346
|
26 |
- name: Recall
|
27 |
type: recall
|
28 |
+
value: 0.9977186311787072
|
29 |
- name: F1
|
30 |
type: f1
|
31 |
+
value: 0.9946929492039424
|
32 |
- name: Accuracy
|
33 |
type: accuracy
|
34 |
+
value: 0.998049340218015
|
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.0117
|
45 |
+
- Precision: 0.9917
|
46 |
+
- Recall: 0.9977
|
47 |
+
- F1: 0.9947
|
48 |
+
- Accuracy: 0.9980
|
49 |
|
50 |
## Model description
|
51 |
|
|
|
76 |
|
77 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
78 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
79 |
+
| No log | 1.0 | 199 | 0.0387 | 0.9431 | 0.9703 | 0.9565 | 0.9900 |
|
80 |
+
| No log | 2.0 | 398 | 0.0195 | 0.9805 | 0.9916 | 0.9860 | 0.9960 |
|
81 |
+
| 0.1062 | 3.0 | 597 | 0.0187 | 0.9842 | 0.9939 | 0.9890 | 0.9963 |
|
82 |
+
| 0.1062 | 4.0 | 796 | 0.0120 | 0.9887 | 0.9954 | 0.9920 | 0.9976 |
|
83 |
+
| 0.1062 | 5.0 | 995 | 0.0131 | 0.9887 | 0.9962 | 0.9924 | 0.9975 |
|
84 |
+
| 0.0067 | 6.0 | 1194 | 0.0106 | 0.9917 | 0.9970 | 0.9943 | 0.9980 |
|
85 |
+
| 0.0067 | 7.0 | 1393 | 0.0116 | 0.9909 | 0.9977 | 0.9943 | 0.9979 |
|
86 |
+
| 0.002 | 8.0 | 1592 | 0.0118 | 0.9909 | 0.9977 | 0.9943 | 0.9979 |
|
87 |
+
| 0.002 | 9.0 | 1791 | 0.0118 | 0.9917 | 0.9977 | 0.9947 | 0.9980 |
|
88 |
+
| 0.002 | 10.0 | 1990 | 0.0117 | 0.9917 | 0.9977 | 0.9947 | 0.9980 |
|
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:63f6dbe083ac267715241f8a0ecdcf0ea69392f29273d4b46e5a9b7739f2084e
|
3 |
size 265506293
|
runs/Sep06_15-17-53_32c9b5098965/1630941604.153061/events.out.tfevents.1630941604.32c9b5098965.78.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46dcf3ed786d72383eae82c4ad79603b1f3a5a77d85a1243420f306acc76ecfb
|
3 |
+
size 4230
|
runs/Sep06_15-17-53_32c9b5098965/events.out.tfevents.1630941604.32c9b5098965.78.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7997a2c6ee83b08f82de587d2a19888e8f294fd94d9d92491bf38ca42b40098
|
3 |
+
size 8627
|
runs/Sep06_15-17-53_32c9b5098965/events.out.tfevents.1630941867.32c9b5098965.78.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94a6b70f09de48dd57c3f395a9e99083439e0033307a3d37a18ac9aede641d79
|
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:0f557b7d69f41c5ef6244353e6738a180582262ca2d71c3d1468418b7ff5ddc9
|
3 |
size 2671
|