Baljinnyam commited on
Commit
9f257f5
1 Parent(s): 726f172

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  language:
3
  - mn
4
- license: bigscience-bloom-rail-1.0
5
  tags:
6
  - generated_from_trainer
7
  metrics:
@@ -19,13 +19,13 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  # bloom-NER-fr
21
 
22
- This model is a fine-tuned version of [bigscience/bloom-560m](https://huggingface.co/bigscience/bloom-560m) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.3194
25
- - Precision: 0.3970
26
- - Recall: 0.5804
27
- - F1: 0.4715
28
- - Accuracy: 0.9283
29
 
30
  ## Model description
31
 
@@ -56,12 +56,12 @@ The following hyperparameters were used during training:
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
- | 1.0627 | 1.0 | 235 | 0.3106 | 0.2650 | 0.4111 | 0.3223 | 0.8957 |
60
- | 0.3001 | 2.0 | 470 | 0.2626 | 0.3603 | 0.5418 | 0.4328 | 0.9145 |
61
- | 0.2208 | 3.0 | 705 | 0.2848 | 0.3911 | 0.5569 | 0.4595 | 0.9178 |
62
- | 0.1573 | 4.0 | 940 | 0.2904 | 0.3479 | 0.5336 | 0.4212 | 0.9149 |
63
- | 0.1004 | 5.0 | 1175 | 0.2746 | 0.3884 | 0.5704 | 0.4621 | 0.9268 |
64
- | 0.0594 | 6.0 | 1410 | 0.3194 | 0.3970 | 0.5804 | 0.4715 | 0.9283 |
65
 
66
 
67
  ### Framework versions
 
1
  ---
2
  language:
3
  - mn
4
+ license: mit
5
  tags:
6
  - generated_from_trainer
7
  metrics:
 
19
 
20
  # bloom-NER-fr
21
 
22
+ This model is a fine-tuned version of [roberta-large-mnli](https://huggingface.co/roberta-large-mnli) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.2930
25
+ - Precision: 0.5423
26
+ - Recall: 0.6361
27
+ - F1: 0.5854
28
+ - Accuracy: 0.9004
29
 
30
  ## Model description
31
 
 
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | 0.7569 | 1.0 | 47 | 0.4836 | 0.3709 | 0.3924 | 0.3813 | 0.8604 |
60
+ | 0.4348 | 2.0 | 94 | 0.3771 | 0.4395 | 0.5443 | 0.4863 | 0.8687 |
61
+ | 0.3607 | 3.0 | 141 | 0.3232 | 0.5115 | 0.6086 | 0.5559 | 0.8953 |
62
+ | 0.2913 | 4.0 | 188 | 0.2918 | 0.5527 | 0.6255 | 0.5868 | 0.8974 |
63
+ | 0.2602 | 5.0 | 235 | 0.2835 | 0.5485 | 0.6445 | 0.5926 | 0.9028 |
64
+ | 0.2332 | 6.0 | 282 | 0.2930 | 0.5423 | 0.6361 | 0.5854 | 0.9004 |
65
 
66
 
67
  ### Framework versions