Utshav commited on
Commit
1ed7228
1 Parent(s): 460ee61

Training complete

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: bert-base-cased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -18,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # bert-finetuned-ner
20
 
21
- This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0408
24
- - Precision: 0.9472
25
- - Recall: 0.9544
26
- - F1: 0.9508
27
- - Accuracy: 0.9915
28
 
29
  ## Model description
30
 
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 0.05 | 1.0 | 1756 | 0.0479 | 0.9280 | 0.9389 | 0.9334 | 0.9888 |
59
- | 0.0247 | 2.0 | 3512 | 0.0375 | 0.9465 | 0.9534 | 0.9499 | 0.9913 |
60
- | 0.0145 | 3.0 | 5268 | 0.0408 | 0.9472 | 0.9544 | 0.9508 | 0.9915 |
61
 
62
 
63
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: huggingface-course/bert-finetuned-ner
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
18
 
19
  # bert-finetuned-ner
20
 
21
+ This model is a fine-tuned version of [huggingface-course/bert-finetuned-ner](https://huggingface.co/huggingface-course/bert-finetuned-ner) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0731
24
+ - Precision: 0.9344
25
+ - Recall: 0.9524
26
+ - F1: 0.9433
27
+ - Accuracy: 0.9867
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.0273 | 1.0 | 1756 | 0.0761 | 0.9250 | 0.9424 | 0.9336 | 0.9849 |
59
+ | 0.0183 | 2.0 | 3512 | 0.0671 | 0.9363 | 0.9505 | 0.9434 | 0.9865 |
60
+ | 0.0077 | 3.0 | 5268 | 0.0731 | 0.9344 | 0.9524 | 0.9433 | 0.9867 |
61
 
62
 
63
  ### Framework versions