jjmcarrascosa commited on
Commit
d23dbb1
1 Parent(s): 80b5bf7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -5,6 +5,13 @@ tags:
5
  model-index:
6
  - name: xlm-roberta-base-finetuned
7
  results: []
 
 
 
 
 
 
 
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -36,6 +43,10 @@ More information needed
36
  More information needed
37
 
38
  ## Training procedure
 
 
 
 
39
 
40
  ### Training hyperparameters
41
 
@@ -53,4 +64,4 @@ The following hyperparameters were used during training:
53
  - Transformers 4.18.0
54
  - Pytorch 1.10.2+cu113
55
  - Datasets 2.4.0
56
- - Tokenizers 0.12.1
 
5
  model-index:
6
  - name: xlm-roberta-base-finetuned
7
  results: []
8
+ language:
9
+ - es
10
+ metrics:
11
+ - f1
12
+ - accuracy
13
+ library_name: transformers
14
+ pipeline_tag: text-classification
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
43
  More information needed
44
 
45
  ## Training procedure
46
+ - Cleaning
47
+ - Data Augmentation
48
+ - Optuna for Grid Search
49
+ - Shap for interpretability
50
 
51
  ### Training hyperparameters
52
 
 
64
  - Transformers 4.18.0
65
  - Pytorch 1.10.2+cu113
66
  - Datasets 2.4.0
67
+ - Tokenizers 0.12.1