harsh13333 commited on
Commit
a652903
1 Parent(s): 82372df

End of training

Browse files
README.md CHANGED
@@ -1,13 +1,40 @@
1
  ---
2
- license: mit
3
- base_model: xlm-roberta-large
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
  - shipping_label_ner
 
 
 
 
 
8
  model-index:
9
  - name: ner_bert_model
10
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,18 +42,13 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # ner_bert_model
17
 
18
- This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on the shipping_label_ner dataset.
19
  It achieves the following results on the evaluation set:
20
- - eval_loss: 0.1076
21
- - eval_precision: 0.9091
22
- - eval_recall: 0.9524
23
- - eval_f1: 0.9302
24
- - eval_accuracy: 0.9691
25
- - eval_runtime: 0.325
26
- - eval_samples_per_second: 15.384
27
- - eval_steps_per_second: 9.23
28
- - epoch: 13.0
29
- - step: 130
30
 
31
  ## Model description
32
 
@@ -51,7 +73,33 @@ The following hyperparameters were used during training:
51
  - seed: 42
52
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
  - lr_scheduler_type: linear
54
- - num_epochs: 100
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
 
56
  ### Framework versions
57
 
 
1
  ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-cased
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
  - shipping_label_ner
8
+ metrics:
9
+ - precision
10
+ - recall
11
+ - f1
12
+ - accuracy
13
  model-index:
14
  - name: ner_bert_model
15
+ results:
16
+ - task:
17
+ name: Token Classification
18
+ type: token-classification
19
+ dataset:
20
+ name: shipping_label_ner
21
+ type: shipping_label_ner
22
+ config: shipping_label_ner
23
+ split: validation
24
+ args: shipping_label_ner
25
+ metrics:
26
+ - name: Precision
27
+ type: precision
28
+ value: 0.5178571428571429
29
+ - name: Recall
30
+ type: recall
31
+ value: 0.7837837837837838
32
+ - name: F1
33
+ type: f1
34
+ value: 0.6236559139784947
35
+ - name: Accuracy
36
+ type: accuracy
37
+ value: 0.7627118644067796
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
42
 
43
  # ner_bert_model
44
 
45
+ This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on the shipping_label_ner dataset.
46
  It achieves the following results on the evaluation set:
47
+ - Loss: 1.2010
48
+ - Precision: 0.5179
49
+ - Recall: 0.7838
50
+ - F1: 0.6237
51
+ - Accuracy: 0.7627
 
 
 
 
 
52
 
53
  ## Model description
54
 
 
73
  - seed: 42
74
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
75
  - lr_scheduler_type: linear
76
+ - num_epochs: 20
77
+
78
+ ### Training results
79
+
80
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
+ | No log | 1.0 | 14 | 0.6828 | 0.5179 | 0.7838 | 0.6237 | 0.7627 |
83
+ | No log | 2.0 | 28 | 0.8587 | 0.5273 | 0.7838 | 0.6304 | 0.7712 |
84
+ | No log | 3.0 | 42 | 0.7206 | 0.5577 | 0.7838 | 0.6517 | 0.8136 |
85
+ | No log | 4.0 | 56 | 0.8983 | 0.5370 | 0.7838 | 0.6374 | 0.7797 |
86
+ | No log | 5.0 | 70 | 0.6964 | 0.5472 | 0.7838 | 0.6444 | 0.8051 |
87
+ | No log | 6.0 | 84 | 0.9793 | 0.5179 | 0.7838 | 0.6237 | 0.7627 |
88
+ | No log | 7.0 | 98 | 0.6047 | 0.5472 | 0.7838 | 0.6444 | 0.8051 |
89
+ | No log | 8.0 | 112 | 1.0809 | 0.5179 | 0.7838 | 0.6237 | 0.7797 |
90
+ | No log | 9.0 | 126 | 1.1726 | 0.5179 | 0.7838 | 0.6237 | 0.7627 |
91
+ | No log | 10.0 | 140 | 1.0067 | 0.5179 | 0.7838 | 0.6237 | 0.7627 |
92
+ | No log | 11.0 | 154 | 1.1439 | 0.5088 | 0.7838 | 0.6170 | 0.7627 |
93
+ | No log | 12.0 | 168 | 0.8971 | 0.5370 | 0.7838 | 0.6374 | 0.7881 |
94
+ | No log | 13.0 | 182 | 1.0603 | 0.5179 | 0.7838 | 0.6237 | 0.7542 |
95
+ | No log | 14.0 | 196 | 1.2095 | 0.5179 | 0.7838 | 0.6237 | 0.7627 |
96
+ | No log | 15.0 | 210 | 1.2395 | 0.5179 | 0.7838 | 0.6237 | 0.7627 |
97
+ | No log | 16.0 | 224 | 1.2509 | 0.5179 | 0.7838 | 0.6237 | 0.7627 |
98
+ | No log | 17.0 | 238 | 1.2317 | 0.5179 | 0.7838 | 0.6237 | 0.7542 |
99
+ | No log | 18.0 | 252 | 1.2656 | 0.5179 | 0.7838 | 0.6237 | 0.7542 |
100
+ | No log | 19.0 | 266 | 1.1950 | 0.5179 | 0.7838 | 0.6237 | 0.7627 |
101
+ | No log | 20.0 | 280 | 1.2010 | 0.5179 | 0.7838 | 0.6237 | 0.7627 |
102
+
103
 
104
  ### Framework versions
105
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b9f748584b5c180bb628c6ae8f04708ec56abd02bd89a730a393caaae284aec
3
  size 260815972
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31ebd2722d2253205c27e93a73ab8a0d704091579f1accc3e2e2bc8e5b666122
3
  size 260815972
runs/Mar27_05-22-59_4912d2a8deb3/events.out.tfevents.1711517435.4912d2a8deb3.761.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:670dc367d85d1df41cbbef99f752bbd87b6ee55495c9d38d437891f4ce166ac7
3
- size 13974
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7003774fb2c4b1d4d33dc2275ca0ec0f8546e30976488754722f4ba415e53ab7
3
+ size 14800