alecmontero commited on
Commit
a21287b
1 Parent(s): 548b624

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -14
README.md CHANGED
@@ -1,16 +1,23 @@
1
- ---
2
- license: apache-2.0
3
- base_model: google-bert/bert-base-multilingual-cased
4
- tags:
5
- - generated_from_trainer
6
- metrics:
7
- - accuracy
8
- - precision
9
- - recall
10
- model-index:
11
- - name: results
12
- results: []
13
- ---
 
 
 
 
 
 
 
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
  should probably proofread and complete it, then remove this comment. -->
@@ -73,4 +80,4 @@ The following hyperparameters were used during training:
73
  - Transformers 4.42.4
74
  - Pytorch 2.3.0+cu121
75
  - Datasets 2.20.0
76
- - Tokenizers 0.19.1
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google-bert/bert-base-multilingual-cased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - precision
9
+ - recall
10
+ - roc_auc
11
+ - f1
12
+ model-index:
13
+ - name: results
14
+ results: []
15
+ datasets:
16
+ - alecmontero/dataset_tweetsmx_areasCPC
17
+ language:
18
+ - es
19
+ library_name: transformers
20
+ ---
21
 
22
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
23
  should probably proofread and complete it, then remove this comment. -->
 
80
  - Transformers 4.42.4
81
  - Pytorch 2.3.0+cu121
82
  - Datasets 2.20.0
83
+ - Tokenizers 0.19.1