Davlan commited on
Commit
2fd3328
1 Parent(s): 2243693

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -1
README.md CHANGED
@@ -1,3 +1,55 @@
1
  ---
2
- license: cc-by-nc-4.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: som_xlmr
6
+ results: []
7
  ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # som_xlmr
13
+
14
+ This model is a fine-tuned version of [models/som_xlmr/](https://huggingface.co/models/som_xlmr/) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - eval_loss: 0.9361
17
+ - eval_runtime: 28.4052
18
+ - eval_samples_per_second: 32.177
19
+ - eval_steps_per_second: 4.049
20
+ - step: 0
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-05
40
+ - train_batch_size: 5
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - distributed_type: multi-GPU
44
+ - gradient_accumulation_steps: 2
45
+ - total_train_batch_size: 10
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 3.0
49
+
50
+ ### Framework versions
51
+
52
+ - Transformers 4.21.1
53
+ - Pytorch 1.7.1+cu110
54
+ - Datasets 1.16.1
55
+ - Tokenizers 0.12.1