Armandodelca commited on
Commit
7556c31
1 Parent(s): 1d192fd

End of training

Browse files
Files changed (2) hide show
  1. README.md +1 -13
  2. config.json +1 -1
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- base_model: dccuchile/bert-base-spanish-wwm-cased
3
  tags:
4
  - generated_from_trainer
5
  model-index:
@@ -12,18 +11,7 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # ClasificadorV7
14
 
15
- This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased) on an unknown dataset.
16
- It achieves the following results on the evaluation set:
17
- - eval_loss: 0.9908
18
- - eval_accuracy: 0.587
19
- - eval_off_by_one_accuracy: 0.951
20
- - eval_f1: 0.5893
21
- - eval_recall: 0.587
22
- - eval_runtime: 11.1519
23
- - eval_samples_per_second: 448.354
24
- - eval_steps_per_second: 22.418
25
- - epoch: 3.3333
26
- - step: 12500
27
 
28
  ## Model description
29
 
 
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
  model-index:
 
11
 
12
  # ClasificadorV7
13
 
14
+ This model was trained from scratch on an unknown dataset.
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  ## Model description
17
 
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "dccuchile/bert-base-spanish-wwm-cased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "ClasificadorV7/best_model",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],