CarlosDataAnalysis commited on
Commit
6298c9f
·
1 Parent(s): 3521546

Model save

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