MrDdz commited on
Commit
c5329a6
1 Parent(s): 30512ba

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: cardiffnlp/twitter-xlm-roberta-base-sentiment
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: twitter-xlm-roberta-base-sentiment
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
+ # twitter-xlm-roberta-base-sentiment
14
+
15
+ This model is a fine-tuned version of [cardiffnlp/twitter-xlm-roberta-base-sentiment](https://huggingface.co/cardiffnlp/twitter-xlm-roberta-base-sentiment) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - eval_loss: 1.0141
18
+ - eval_rmse: 0.7043
19
+ - eval_runtime: 4.8635
20
+ - eval_samples_per_second: 411.227
21
+ - eval_steps_per_second: 51.403
22
+ - epoch: 5.0
23
+ - step: 2500
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 5e-05
43
+ - train_batch_size: 16
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 10
49
+
50
+ ### Framework versions
51
+
52
+ - Transformers 4.31.0
53
+ - Pytorch 2.0.1+cu118
54
+ - Datasets 2.13.1
55
+ - Tokenizers 0.13.3