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

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
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
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # xlm-roberta-base-finetuned
14
+
15
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - eval_loss: 0.4852
18
+ - eval_f1: 0.8009
19
+ - eval_accuracy: 0.901
20
+ - eval_runtime: 13.6483
21
+ - eval_samples_per_second: 366.347
22
+ - eval_steps_per_second: 22.933
23
+ - epoch: 5.0
24
+ - step: 3595
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 7.889038893287002e-06
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
+ - seed: 37
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 5
50
+
51
+ ### Framework versions
52
+
53
+ - Transformers 4.18.0
54
+ - Pytorch 1.10.2+cu113
55
+ - Datasets 2.4.0
56
+ - Tokenizers 0.12.1