tlttl commited on
Commit
cbf3561
·
1 Parent(s): 7298739

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_v3
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_v3
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.9456
20
+ - Accuracy: 0.6023
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
+ | 1.056 | 0.33 | 5000 | 0.9885 | 0.5642 |
53
+ | 0.944 | 0.67 | 10000 | 0.9574 | 0.5913 |
54
+ | 0.9505 | 1.0 | 15000 | 0.9674 | 0.579 |
55
+ | 0.8902 | 1.33 | 20000 | 0.9660 | 0.5945 |
56
+ | 0.8851 | 1.67 | 25000 | 0.9470 | 0.5888 |
57
+ | 0.8714 | 2.0 | 30000 | 0.9456 | 0.6023 |
58
+ | 0.7967 | 2.33 | 35000 | 0.9662 | 0.5978 |
59
+ | 0.767 | 2.67 | 40000 | 0.9738 | 0.5987 |
60
+ | 0.7595 | 3.0 | 45000 | 0.9740 | 0.5988 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.23.1
66
+ - Pytorch 1.12.1+cu113
67
+ - Tokenizers 0.13.1