add model
Browse files- README.md +19 -19
- pytorch_model.bin +1 -1
- runs/Sep06_14-04-45_180388d0601b/1630937207.7204201/events.out.tfevents.1630937207.180388d0601b.75.1 +3 -0
- runs/Sep06_14-04-45_180388d0601b/events.out.tfevents.1630937207.180388d0601b.75.0 +3 -0
- runs/Sep06_14-04-45_180388d0601b/events.out.tfevents.1630937468.180388d0601b.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 |
-
| 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.9944576405384006
|
26 |
- name: Recall
|
27 |
type: recall
|
28 |
+
value: 0.9960348929421095
|
29 |
- name: F1
|
30 |
type: f1
|
31 |
+
value: 0.9952456418383517
|
32 |
- name: Accuracy
|
33 |
type: accuracy
|
34 |
+
value: 0.9984752521698335
|
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.0112
|
45 |
+
- Precision: 0.9945
|
46 |
+
- Recall: 0.9960
|
47 |
+
- F1: 0.9952
|
48 |
+
- Accuracy: 0.9985
|
49 |
|
50 |
## Model description
|
51 |
|
|
|
76 |
|
77 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
78 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
79 |
+
| No log | 1.0 | 198 | 0.0264 | 0.9771 | 0.9794 | 0.9782 | 0.9937 |
|
80 |
+
| No log | 2.0 | 396 | 0.0149 | 0.9851 | 0.9937 | 0.9893 | 0.9965 |
|
81 |
+
| 0.1007 | 3.0 | 594 | 0.0116 | 0.9937 | 0.9952 | 0.9945 | 0.9979 |
|
82 |
+
| 0.1007 | 4.0 | 792 | 0.0099 | 0.9960 | 0.9968 | 0.9964 | 0.9986 |
|
83 |
+
| 0.1007 | 5.0 | 990 | 0.0096 | 0.9945 | 0.9968 | 0.9956 | 0.9986 |
|
84 |
+
| 0.0057 | 6.0 | 1188 | 0.0102 | 0.9937 | 0.9960 | 0.9949 | 0.9986 |
|
85 |
+
| 0.0057 | 7.0 | 1386 | 0.0105 | 0.9937 | 0.9960 | 0.9949 | 0.9986 |
|
86 |
+
| 0.0014 | 8.0 | 1584 | 0.0108 | 0.9945 | 0.9960 | 0.9952 | 0.9985 |
|
87 |
+
| 0.0014 | 9.0 | 1782 | 0.0111 | 0.9945 | 0.9960 | 0.9952 | 0.9985 |
|
88 |
+
| 0.0014 | 10.0 | 1980 | 0.0112 | 0.9945 | 0.9960 | 0.9952 | 0.9985 |
|
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:d9968c558409a5c75e7f163134f7241f6ac02d0e8999e72846d428b366d59a8d
|
3 |
size 265506293
|
runs/Sep06_14-04-45_180388d0601b/1630937207.7204201/events.out.tfevents.1630937207.180388d0601b.75.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a789f916f0305462b0b391f75f12b076cd28281c18f906bf83056f6f0e2df6c
|
3 |
+
size 4230
|
runs/Sep06_14-04-45_180388d0601b/events.out.tfevents.1630937207.180388d0601b.75.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2530490d2b1cd7272f514c022b6b5c05c710f438c729fc75d514961deec83e9d
|
3 |
+
size 8627
|
runs/Sep06_14-04-45_180388d0601b/events.out.tfevents.1630937468.180388d0601b.75.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c888ed606e9087df5a249cd1ff884bb88d9c88efd9643e0360c6d6bb90a88d4c
|
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:c2324069a8d7fc083c96e7d354ff2338e8c8410f0f6b31e578f95d5c45b0ff6b
|
3 |
size 2671
|