andrembcosta commited on
Commit
02ef0c2
·
verified ·
1 Parent(s): 56ef728

Training complete on TPU - full dataset - lr=1e-4

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [dslim/distilbert-NER](https://huggingface.co/dslim/distilbert-NER) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0367
24
- - Precision: 0.9569
25
- - Recall: 0.9677
26
- - F1: 0.9623
27
- - Accuracy: 0.9915
28
 
29
  ## Model description
30
 
@@ -43,7 +43,7 @@ More information needed
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
- - learning_rate: 1e-05
47
  - train_batch_size: 8
48
  - eval_batch_size: 8
49
  - seed: 42
@@ -55,7 +55,7 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 0.0315 | 1.0 | 1500 | 0.0367 | 0.9569 | 0.9677 | 0.9623 | 0.9915 |
59
 
60
 
61
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [dslim/distilbert-NER](https://huggingface.co/dslim/distilbert-NER) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.6583
24
+ - Precision: 0.2957
25
+ - Recall: 0.0831
26
+ - F1: 0.1297
27
+ - Accuracy: 0.8101
28
 
29
  ## Model description
30
 
 
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
+ - learning_rate: 0.0001
47
  - train_batch_size: 8
48
  - eval_batch_size: 8
49
  - seed: 42
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.7138 | 1.0 | 1500 | 0.6583 | 0.2957 | 0.0831 | 0.1297 | 0.8101 |
59
 
60
 
61
  ### Framework versions