peter2000 commited on
Commit
718eec4
1 Parent(s): 31ca37e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: xlm-roberta-base-finetuned-osdg
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-osdg
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
+ - Loss: 0.6747
18
+ - Acc: 0.8296
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 6e-07
38
+ - train_batch_size: 32
39
+ - eval_batch_size: 32
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 10
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss | Acc |
48
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
49
+ | 0.552 | 1.0 | 509 | 0.6801 | 0.8229 |
50
+ | 0.5261 | 2.0 | 1018 | 0.6821 | 0.8218 |
51
+ | 0.5518 | 3.0 | 1527 | 0.6770 | 0.8246 |
52
+ | 0.4856 | 4.0 | 2036 | 0.6781 | 0.8279 |
53
+ | 0.5427 | 5.0 | 2545 | 0.6748 | 0.8318 |
54
+ | 0.5049 | 6.0 | 3054 | 0.6769 | 0.8290 |
55
+ | 0.5155 | 7.0 | 3563 | 0.6756 | 0.8307 |
56
+ | 0.503 | 8.0 | 4072 | 0.6763 | 0.8296 |
57
+ | 0.5009 | 9.0 | 4581 | 0.6741 | 0.8301 |
58
+ | 0.555 | 10.0 | 5090 | 0.6747 | 0.8296 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.19.2
64
+ - Pytorch 1.11.0+cu113
65
+ - Datasets 2.2.2
66
+ - Tokenizers 0.12.1