Davlan commited on
Commit
36e233a
1 Parent(s): 03e81b6

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: mlg_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
+ # mlg_xlmr
13
+
14
+ This model is a fine-tuned version of [models/mlg_xlmr](https://huggingface.co/models/mlg_xlmr) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - eval_loss: 1.2039
17
+ - eval_runtime: 21.8916
18
+ - eval_samples_per_second: 51.481
19
+ - eval_steps_per_second: 6.441
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