mundo-go commited on
Commit
b527daf
1 Parent(s): 8ae87ad

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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 [mundo-go/my_ner_model](https://huggingface.co/mundo-go/my_ner_model) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0001
24
- - Precision: 1.0
25
- - Recall: 1.0
26
- - F1: 1.0
27
- - Accuracy: 1.0
28
 
29
  ## Model description
30
 
@@ -53,10 +53,10 @@ The following hyperparameters were used during training:
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
58
- | No log | 1.0 | 64 | 0.0001 | 1.0 | 1.0 | 1.0 | 1.0 |
59
- | No log | 2.0 | 128 | 0.0001 | 1.0 | 1.0 | 1.0 | 1.0 |
60
 
61
 
62
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [mundo-go/my_ner_model](https://huggingface.co/mundo-go/my_ner_model) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0000
24
+ - Precision: 1.0000
25
+ - Recall: 1.0000
26
+ - F1: 1.0000
27
+ - Accuracy: 1.0000
28
 
29
  ## Model description
30
 
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.0015 | 1.0 | 1640 | 0.0001 | 0.9999 | 0.9999 | 0.9999 | 1.0000 |
59
+ | 0.0002 | 2.0 | 3280 | 0.0000 | 1.0000 | 1.0000 | 1.0000 | 1.0000 |
60
 
61
 
62
  ### Framework versions