CarlosDataAnalysis commited on
Commit
9081cd3
1 Parent(s): c92cbd7

Model save

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
- base_model: mrm8488/TinyBERT-spanish-uncased-finetuned-ner
 
3
  tags:
4
  - generated_from_trainer
5
  metrics:
@@ -17,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # test-NERv3
19
 
20
- This model is a fine-tuned version of [mrm8488/TinyBERT-spanish-uncased-finetuned-ner](https://huggingface.co/mrm8488/TinyBERT-spanish-uncased-finetuned-ner) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 7.2459
23
- - Precision: 0.0
24
- - Recall: 0.0
25
- - F1: 0.0
26
- - Accuracy: 0.0366
27
 
28
  ## Model description
29
 
@@ -53,9 +54,9 @@ 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
- | 6.9793 | 1.0 | 14 | 7.2459 | 0.0 | 0.0 | 0.0 | 0.0366 |
59
 
60
 
61
  ### Framework versions
 
1
  ---
2
+ license: mit
3
+ base_model: roberta-large
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
18
 
19
  # test-NERv3
20
 
21
+ This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 2.0802
24
+ - Precision: 0.0073
25
+ - Recall: 0.0128
26
+ - F1: 0.0093
27
+ - Accuracy: 0.1767
28
 
29
  ## Model description
30
 
 
54
 
55
  ### Training results
56
 
57
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
58
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
59
+ | 2.1106 | 1.0 | 14 | 2.0802 | 0.0073 | 0.0128 | 0.0093 | 0.1767 |
60
 
61
 
62
  ### Framework versions