dipteshkanojia commited on
Commit
2613e69
1 Parent(s): 4568d3f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -2
README.md CHANGED
@@ -2,9 +2,36 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
 
 
 
 
 
5
  model-index:
6
  - name: albert-large-v2-finetuned-ner_with_callbacks
7
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -12,7 +39,13 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # albert-large-v2-finetuned-ner_with_callbacks
14
 
15
- This model is a fine-tuned version of [albert-large-v2](https://huggingface.co/albert-large-v2) on an unknown dataset.
 
 
 
 
 
 
16
 
17
  ## Model description
18
 
@@ -39,6 +72,24 @@ The following hyperparameters were used during training:
39
  - lr_scheduler_type: linear
40
  - num_epochs: 6
41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  ### Framework versions
43
 
44
  - Transformers 4.18.0
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ datasets:
6
+ - plo_dunfiltered_config
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
  model-index:
13
  - name: albert-large-v2-finetuned-ner_with_callbacks
14
+ results:
15
+ - task:
16
+ name: Token Classification
17
+ type: token-classification
18
+ dataset:
19
+ name: plo_dunfiltered_config
20
+ type: plo_dunfiltered_config
21
+ args: PLODunfiltered
22
+ metrics:
23
+ - name: Precision
24
+ type: precision
25
+ value: 0.9655166719570215
26
+ - name: Recall
27
+ type: recall
28
+ value: 0.9608483288141474
29
+ - name: F1
30
+ type: f1
31
+ value: 0.9631768437660728
32
+ - name: Accuracy
33
+ type: accuracy
34
+ value: 0.9589410429715819
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
39
 
40
  # albert-large-v2-finetuned-ner_with_callbacks
41
 
42
+ This model is a fine-tuned version of [albert-large-v2](https://huggingface.co/albert-large-v2) on the plo_dunfiltered_config dataset.
43
+ It achieves the following results on the evaluation set:
44
+ - Loss: 0.1235
45
+ - Precision: 0.9655
46
+ - Recall: 0.9608
47
+ - F1: 0.9632
48
+ - Accuracy: 0.9589
49
 
50
  ## Model description
51
 
 
72
  - lr_scheduler_type: linear
73
  - num_epochs: 6
74
 
75
+ ### Training results
76
+
77
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
+ | 0.1377 | 0.49 | 7000 | 0.1294 | 0.9563 | 0.9422 | 0.9492 | 0.9436 |
80
+ | 0.1244 | 0.98 | 14000 | 0.1165 | 0.9589 | 0.9504 | 0.9546 | 0.9499 |
81
+ | 0.107 | 1.48 | 21000 | 0.1140 | 0.9603 | 0.9509 | 0.9556 | 0.9511 |
82
+ | 0.1088 | 1.97 | 28000 | 0.1086 | 0.9613 | 0.9551 | 0.9582 | 0.9536 |
83
+ | 0.0918 | 2.46 | 35000 | 0.1059 | 0.9617 | 0.9582 | 0.9600 | 0.9556 |
84
+ | 0.0847 | 2.95 | 42000 | 0.1067 | 0.9620 | 0.9586 | 0.9603 | 0.9559 |
85
+ | 0.0734 | 3.44 | 49000 | 0.1188 | 0.9646 | 0.9588 | 0.9617 | 0.9574 |
86
+ | 0.0725 | 3.93 | 56000 | 0.1065 | 0.9660 | 0.9599 | 0.9630 | 0.9588 |
87
+ | 0.0547 | 4.43 | 63000 | 0.1273 | 0.9662 | 0.9602 | 0.9632 | 0.9590 |
88
+ | 0.0542 | 4.92 | 70000 | 0.1235 | 0.9655 | 0.9608 | 0.9632 | 0.9589 |
89
+ | 0.0374 | 5.41 | 77000 | 0.1401 | 0.9647 | 0.9613 | 0.9630 | 0.9586 |
90
+ | 0.0417 | 5.9 | 84000 | 0.1380 | 0.9641 | 0.9622 | 0.9632 | 0.9588 |
91
+
92
+
93
  ### Framework versions
94
 
95
  - Transformers 4.18.0