vonewman commited on
Commit
f805dc8
1 Parent(s): cde4698

Training complete

Browse files
Files changed (1) hide show
  1. README.md +9 -11
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: mit
3
- base_model: vonewman/xlm-roberta-base-finetuned-wolof
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -18,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # wolof-finetuned-ner
20
 
21
- This model is a fine-tuned version of [vonewman/xlm-roberta-base-finetuned-wolof](https://huggingface.co/vonewman/xlm-roberta-base-finetuned-wolof) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.2937
24
- - Precision: 0.8082
25
- - Recall: 0.8741
26
- - F1: 0.8399
27
- - Accuracy: 0.9871
28
 
29
  ## Model description
30
 
@@ -49,15 +49,13 @@ The following hyperparameters were used during training:
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
- - num_epochs: 3
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | No log | 1.0 | 226 | 0.2625 | 0.7522 | 0.8571 | 0.8013 | 0.9846 |
59
- | No log | 2.0 | 452 | 0.3009 | 0.7857 | 0.8605 | 0.8214 | 0.9854 |
60
- | 0.365 | 3.0 | 678 | 0.2937 | 0.8082 | 0.8741 | 0.8399 | 0.9871 |
61
 
62
 
63
  ### Framework versions
 
1
  ---
2
  license: mit
3
+ base_model: vonewman/xlm-roberta-large-finetuned-wolof
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
18
 
19
  # wolof-finetuned-ner
20
 
21
+ This model is a fine-tuned version of [vonewman/xlm-roberta-large-finetuned-wolof](https://huggingface.co/vonewman/xlm-roberta-large-finetuned-wolof) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.2264
24
+ - Precision: 0.7135
25
+ - Recall: 0.8639
26
+ - F1: 0.7815
27
+ - Accuracy: 0.9831
28
 
29
  ## Model description
30
 
 
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - num_epochs: 1
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 226 | 0.2264 | 0.7135 | 0.8639 | 0.7815 | 0.9831 |
 
 
59
 
60
 
61
  ### Framework versions