harr commited on
Commit
e259893
1 Parent(s): 0441c62
README.md CHANGED
@@ -22,16 +22,16 @@ model-index:
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,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.0112
45
- - Precision: 0.9945
46
- - Recall: 0.9960
47
- - F1: 0.9952
48
- - Accuracy: 0.9985
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 | 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
 
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:d9968c558409a5c75e7f163134f7241f6ac02d0e8999e72846d428b366d59a8d
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:c2324069a8d7fc083c96e7d354ff2338e8c8410f0f6b31e578f95d5c45b0ff6b
3
  size 2671
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f557b7d69f41c5ef6244353e6738a180582262ca2d71c3d1468418b7ff5ddc9
3
  size 2671