tlttl commited on
Commit
4964fcf
·
1 Parent(s): 8a033d9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: tluo_xml_roberta_base_amazon_review_sentiment
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # tluo_xml_roberta_base_amazon_review_sentiment
16
+
17
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.9552
20
+ - Accuracy: 0.6003
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: 2e-05
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 123
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 3
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
52
+ | 0.5664 | 0.33 | 5000 | 1.3816 | 0.5688 |
53
+ | 0.9494 | 0.67 | 10000 | 0.9702 | 0.5852 |
54
+ | 0.9613 | 1.0 | 15000 | 0.9545 | 0.5917 |
55
+ | 0.8611 | 1.33 | 20000 | 0.9689 | 0.5953 |
56
+ | 0.8636 | 1.67 | 25000 | 0.9556 | 0.5943 |
57
+ | 0.8582 | 2.0 | 30000 | 0.9552 | 0.6003 |
58
+ | 0.7555 | 2.33 | 35000 | 1.0001 | 0.5928 |
59
+ | 0.7374 | 2.67 | 40000 | 1.0037 | 0.594 |
60
+ | 0.733 | 3.0 | 45000 | 0.9976 | 0.5983 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.23.1
66
+ - Pytorch 1.12.1+cu113
67
+ - Datasets 2.6.1
68
+ - Tokenizers 0.13.1