add model
Browse files- README.md +19 -19
- pytorch_model.bin +1 -1
- runs/Sep03_15-36-38_55cadda7c6b8/1630683514.3284032/events.out.tfevents.1630683514.55cadda7c6b8.77.1 +3 -0
- runs/Sep03_15-36-38_55cadda7c6b8/events.out.tfevents.1630683514.55cadda7c6b8.77.0 +3 -0
- runs/Sep03_15-36-38_55cadda7c6b8/events.out.tfevents.1630683740.55cadda7c6b8.77.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.9846596356663471
|
26 |
- name: Recall
|
27 |
type: recall
|
28 |
+
value: 0.9856046065259118
|
29 |
- name: F1
|
30 |
type: f1
|
31 |
+
value: 0.9851318944844125
|
32 |
- name: Accuracy
|
33 |
type: accuracy
|
34 |
+
value: 0.9977284874398717
|
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.0091
|
45 |
+
- Precision: 0.9847
|
46 |
+
- Recall: 0.9856
|
47 |
+
- F1: 0.9851
|
48 |
+
- Accuracy: 0.9977
|
49 |
|
50 |
## Model description
|
51 |
|
|
|
76 |
|
77 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
78 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
79 |
+
| No log | 1.0 | 174 | 0.0407 | 0.9234 | 0.9367 | 0.9300 | 0.9869 |
|
80 |
+
| No log | 2.0 | 348 | 0.0201 | 0.9546 | 0.9683 | 0.9614 | 0.9935 |
|
81 |
+
| 0.103 | 3.0 | 522 | 0.0147 | 0.9714 | 0.9770 | 0.9742 | 0.9955 |
|
82 |
+
| 0.103 | 4.0 | 696 | 0.0107 | 0.9846 | 0.9846 | 0.9846 | 0.9975 |
|
83 |
+
| 0.103 | 5.0 | 870 | 0.0129 | 0.9837 | 0.9837 | 0.9837 | 0.9969 |
|
84 |
+
| 0.0096 | 6.0 | 1044 | 0.0100 | 0.9827 | 0.9837 | 0.9832 | 0.9972 |
|
85 |
+
| 0.0096 | 7.0 | 1218 | 0.0096 | 0.9856 | 0.9846 | 0.9851 | 0.9972 |
|
86 |
+
| 0.0096 | 8.0 | 1392 | 0.0098 | 0.9799 | 0.9818 | 0.9808 | 0.9969 |
|
87 |
+
| 0.0046 | 9.0 | 1566 | 0.0094 | 0.9818 | 0.9837 | 0.9827 | 0.9975 |
|
88 |
+
| 0.0046 | 10.0 | 1740 | 0.0091 | 0.9847 | 0.9856 | 0.9851 | 0.9977 |
|
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:967a23a9216accda185dc02d1917c35c2ea21d68346217147919699644d78a28
|
3 |
size 265506293
|
runs/Sep03_15-36-38_55cadda7c6b8/1630683514.3284032/events.out.tfevents.1630683514.55cadda7c6b8.77.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7eeaeb9ebf37efcd698f54053f4a901f0e880ad966f7272994168ccdf44bc1f0
|
3 |
+
size 4230
|
runs/Sep03_15-36-38_55cadda7c6b8/events.out.tfevents.1630683514.55cadda7c6b8.77.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5ce1ff98c15a201171f78660212600de99e97ef0cab821a8dbb5b4bea2b594f
|
3 |
+
size 8627
|
runs/Sep03_15-36-38_55cadda7c6b8/events.out.tfevents.1630683740.55cadda7c6b8.77.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b97961f48d9a34d08956a38b6e0aa2328d5f4495f670774d89b4c733898cf291
|
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:2f227f81505fb0beba719000db0041699fb6ae9fa26f8cba34df049f26434ac7
|
3 |
size 2671
|