add model
Browse files- README.md +19 -19
- pytorch_model.bin +1 -1
- runs/Sep01_13-56-51_b0698074cf9b/1630504739.460997/events.out.tfevents.1630504739.b0698074cf9b.77.1 +3 -0
- runs/Sep01_13-56-51_b0698074cf9b/events.out.tfevents.1630504739.b0698074cf9b.77.0 +3 -0
- runs/Sep01_13-56-51_b0698074cf9b/events.out.tfevents.1630504980.b0698074cf9b.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.9694323144104804
|
26 |
- name: Recall
|
27 |
type: recall
|
28 |
+
value: 0.9660574412532638
|
29 |
- name: F1
|
30 |
type: f1
|
31 |
+
value: 0.9677419354838711
|
32 |
- name: Accuracy
|
33 |
type: accuracy
|
34 |
+
value: 0.993223742000251
|
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.0246
|
45 |
+
- Precision: 0.9694
|
46 |
+
- Recall: 0.9661
|
47 |
+
- F1: 0.9677
|
48 |
+
- Accuracy: 0.9932
|
49 |
|
50 |
## Model description
|
51 |
|
|
|
76 |
|
77 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
78 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
79 |
+
| No log | 1.0 | 183 | 0.0619 | 0.9175 | 0.9286 | 0.9230 | 0.9809 |
|
80 |
+
| No log | 2.0 | 366 | 0.0319 | 0.9576 | 0.9634 | 0.9605 | 0.9902 |
|
81 |
+
| 0.1175 | 3.0 | 549 | 0.0276 | 0.9548 | 0.9565 | 0.9557 | 0.9918 |
|
82 |
+
| 0.1175 | 4.0 | 732 | 0.0235 | 0.9609 | 0.9617 | 0.9613 | 0.9915 |
|
83 |
+
| 0.1175 | 5.0 | 915 | 0.0288 | 0.9643 | 0.9643 | 0.9643 | 0.9917 |
|
84 |
+
| 0.0134 | 6.0 | 1098 | 0.0272 | 0.9617 | 0.9626 | 0.9622 | 0.9917 |
|
85 |
+
| 0.0134 | 7.0 | 1281 | 0.0282 | 0.9651 | 0.9626 | 0.9638 | 0.9913 |
|
86 |
+
| 0.0134 | 8.0 | 1464 | 0.0248 | 0.9599 | 0.9591 | 0.9595 | 0.9921 |
|
87 |
+
| 0.0085 | 9.0 | 1647 | 0.0270 | 0.9695 | 0.9669 | 0.9682 | 0.9933 |
|
88 |
+
| 0.0085 | 10.0 | 1830 | 0.0246 | 0.9694 | 0.9661 | 0.9677 | 0.9932 |
|
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:9ac74c20576bd8ea6fcc4c27f94cd31089d75baeb72d15ccbe7c3d86428579f5
|
3 |
size 265506293
|
runs/Sep01_13-56-51_b0698074cf9b/1630504739.460997/events.out.tfevents.1630504739.b0698074cf9b.77.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6abb143b03953a8f6da1bb42a44dd765988723c78f46d1d0e3fe9fedea08455
|
3 |
+
size 4230
|
runs/Sep01_13-56-51_b0698074cf9b/events.out.tfevents.1630504739.b0698074cf9b.77.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b4de67e799ff47890f726f8f5cc1592f8690b56026e6650b5994dce4517d8a6
|
3 |
+
size 8627
|
runs/Sep01_13-56-51_b0698074cf9b/events.out.tfevents.1630504980.b0698074cf9b.77.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5158d8ff0e902309863929b335e1e208f4f23531a5ad58ab6f9a6246de8e9cf
|
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:2f3ddf531822dbc59688ce0773eab1820217b22056543a5871a50ba2fb71dde0
|
3 |
size 2671
|