chineidu commited on
Commit
f209d41
·
verified ·
1 Parent(s): 1215933

Training completed!

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -23,10 +23,10 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.867816091954023
27
  - name: F1
28
  type: f1
29
- value: 0.4862665310274669
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -36,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
36
 
37
  This model is a fine-tuned version of [dslim/distilbert-NER](https://huggingface.co/dslim/distilbert-NER) on the conll2012_ontonotesv5 dataset.
38
  It achieves the following results on the evaluation set:
39
- - Loss: 0.5043
40
- - Accuracy: 0.8678
41
- - F1: 0.4863
42
 
43
  ## Model description
44
 
@@ -63,15 +63,16 @@ The following hyperparameters were used during training:
63
  - seed: 42
64
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
  - lr_scheduler_type: linear
66
- - num_epochs: 3
67
 
68
  ### Training results
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
- | 0.9019 | 1.0 | 61 | 0.6286 | 0.8406 | 0.4223 |
73
- | 0.5594 | 2.0 | 122 | 0.5302 | 0.8605 | 0.4567 |
74
- | 0.4537 | 3.0 | 183 | 0.5043 | 0.8678 | 0.4863 |
 
75
 
76
 
77
  ### Framework versions
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.8738244514106583
27
  - name: F1
28
  type: f1
29
+ value: 0.4990403071017275
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
36
 
37
  This model is a fine-tuned version of [dslim/distilbert-NER](https://huggingface.co/dslim/distilbert-NER) on the conll2012_ontonotesv5 dataset.
38
  It achieves the following results on the evaluation set:
39
+ - Loss: 0.4666
40
+ - Accuracy: 0.8738
41
+ - F1: 0.4990
42
 
43
  ## Model description
44
 
 
63
  - seed: 42
64
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
  - lr_scheduler_type: linear
66
+ - num_epochs: 4
67
 
68
  ### Training results
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
+ | 0.8992 | 1.0 | 61 | 0.6227 | 0.8404 | 0.4295 |
73
+ | 0.5484 | 2.0 | 122 | 0.5143 | 0.8631 | 0.4784 |
74
+ | 0.4243 | 3.0 | 183 | 0.4757 | 0.8710 | 0.4985 |
75
+ | 0.3599 | 4.0 | 244 | 0.4666 | 0.8738 | 0.4990 |
76
 
77
 
78
  ### Framework versions