Atheer174 commited on
Commit
9cfc085
·
1 Parent(s): 81946ea

End of training

Browse files
Files changed (2) hide show
  1. README.md +85 -0
  2. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
+ model-index:
12
+ - name: Products_NER2
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # Products_NER2
20
+
21
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.3482
24
+ - Precision: 0.9155
25
+ - Recall: 0.9208
26
+ - F1: 0.9182
27
+ - Accuracy: 0.9400
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 16
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 20
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.2267 | 1.0 | 2470 | 0.1614 | 0.8379 | 0.8791 | 0.8580 | 0.9212 |
59
+ | 0.1363 | 2.0 | 4940 | 0.1230 | 0.8602 | 0.8968 | 0.8781 | 0.9332 |
60
+ | 0.1047 | 3.0 | 7410 | 0.1183 | 0.8808 | 0.9063 | 0.8934 | 0.9360 |
61
+ | 0.0931 | 4.0 | 9880 | 0.1139 | 0.8909 | 0.9119 | 0.9013 | 0.9387 |
62
+ | 0.085 | 5.0 | 12350 | 0.1153 | 0.8889 | 0.9110 | 0.8998 | 0.9390 |
63
+ | 0.0835 | 6.0 | 14820 | 0.1257 | 0.9043 | 0.9165 | 0.9104 | 0.9398 |
64
+ | 0.0728 | 7.0 | 17290 | 0.1218 | 0.8987 | 0.9149 | 0.9067 | 0.9393 |
65
+ | 0.069 | 8.0 | 19760 | 0.1457 | 0.9040 | 0.9154 | 0.9097 | 0.9389 |
66
+ | 0.0616 | 9.0 | 22230 | 0.1606 | 0.9090 | 0.9166 | 0.9128 | 0.9386 |
67
+ | 0.0559 | 10.0 | 24700 | 0.1726 | 0.9122 | 0.9189 | 0.9156 | 0.9397 |
68
+ | 0.0504 | 11.0 | 27170 | 0.1998 | 0.9131 | 0.9192 | 0.9161 | 0.9396 |
69
+ | 0.043 | 12.0 | 29640 | 0.2015 | 0.9126 | 0.9194 | 0.9160 | 0.9402 |
70
+ | 0.0389 | 13.0 | 32110 | 0.2388 | 0.9129 | 0.9195 | 0.9162 | 0.9394 |
71
+ | 0.035 | 14.0 | 34580 | 0.2569 | 0.9135 | 0.9202 | 0.9169 | 0.9397 |
72
+ | 0.0311 | 15.0 | 37050 | 0.2718 | 0.9156 | 0.9207 | 0.9181 | 0.9400 |
73
+ | 0.028 | 16.0 | 39520 | 0.2886 | 0.9158 | 0.9208 | 0.9183 | 0.9403 |
74
+ | 0.0246 | 17.0 | 41990 | 0.3054 | 0.9145 | 0.9201 | 0.9173 | 0.9392 |
75
+ | 0.0212 | 18.0 | 44460 | 0.3252 | 0.9155 | 0.9206 | 0.9180 | 0.9398 |
76
+ | 0.0192 | 19.0 | 46930 | 0.3333 | 0.9157 | 0.9210 | 0.9183 | 0.9402 |
77
+ | 0.017 | 20.0 | 49400 | 0.3482 | 0.9155 | 0.9208 | 0.9182 | 0.9400 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.33.2
83
+ - Pytorch 1.13.1+cu117
84
+ - Datasets 2.14.5
85
+ - Tokenizers 0.13.3
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:94600a20146f719d622f4aead601bc7eda9caa9b35357fed18869a6373986391
3
  size 265529381
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b7e5a458fac4036c45c627c60b8131842af26ac9dd2b59740fec42455af0ad1
3
  size 265529381