JuanVC commited on
Commit
e3e242f
verified
1 Parent(s): a25f930

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: NazaGara/NER-fine-tuned-BETO
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - conll2002
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ model-index:
13
+ - name: beto-finetuned-ner-1
14
+ results:
15
+ - task:
16
+ name: Token Classification
17
+ type: token-classification
18
+ dataset:
19
+ name: conll2002
20
+ type: conll2002
21
+ config: es
22
+ split: validation
23
+ args: es
24
+ metrics:
25
+ - name: Precision
26
+ type: precision
27
+ value: 0.861199
28
+ - name: Recall
29
+ type: recall
30
+ value: 0.871094
31
+ - name: F1
32
+ type: f1
33
+ value: 0.866118
34
+ - name: Accuracy
35
+ type: accuracy
36
+ value: 0.972756
37
+ ---
38
+ # beto-finetuned-ner-1
39
+
40
+ Este es modelo resultado de un finetuning de
41
+ [NazaGara/NER-fine-tuned-BETO](https://huggingface.co/NazaGara/NER-fine-tuned-BETO) sobre el conll2002 dataset.
42
+ Los siguientes son los resultados sobre el conjunto de evaluaci贸n:
43
+ - Precision: 0.861199
44
+ - Recall: 0.871094
45
+ - F1: 0.8851
46
+ - Accuracy: 0,972756
47
+
48
+ ## Model description
49
+
50
+ ## Intended uses & limitations
51
+
52
+ More information needed
53
+
54
+ ## Training and evaluation data
55
+
56
+ More information needed
57
+
58
+ ## Training procedure
59
+
60
+ ### Training hyperparameters
61
+
62
+ The following hyperparameters were used during training:
63
+ - learning_rate: 2e-05
64
+ - weight_decay: 0.001
65
+ - num_epochs: 8
66
+