sepidmnorozy commited on
Commit
579eac5
1 Parent(s): 891715d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ - precision
9
+ - recall
10
+ model-index:
11
+ - name: sentiment-10Epochs-2-work-please
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # sentiment-10Epochs-2-work-please
19
+
20
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.7450
23
+ - Accuracy: 0.8549
24
+ - F1: 0.8516
25
+ - Precision: 0.8714
26
+ - Recall: 0.8327
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 8
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 10
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
56
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|
57
+ | 0.3685 | 1.0 | 7088 | 0.4334 | 0.8590 | 0.8463 | 0.9304 | 0.7762 |
58
+ | 0.3721 | 2.0 | 14176 | 0.3822 | 0.8673 | 0.8575 | 0.9257 | 0.7987 |
59
+ | 0.3393 | 3.0 | 21264 | 0.4634 | 0.8705 | 0.8619 | 0.9228 | 0.8086 |
60
+ | 0.3017 | 4.0 | 28352 | 0.4806 | 0.8708 | 0.8630 | 0.9186 | 0.8137 |
61
+ | 0.3072 | 5.0 | 35440 | 0.4509 | 0.87 | 0.8648 | 0.9009 | 0.8314 |
62
+ | 0.2833 | 6.0 | 42528 | 0.5339 | 0.8627 | 0.8581 | 0.8879 | 0.8302 |
63
+ | 0.2633 | 7.0 | 49616 | 0.5457 | 0.8637 | 0.8614 | 0.8759 | 0.8473 |
64
+ | 0.2418 | 8.0 | 56704 | 0.6408 | 0.8589 | 0.8563 | 0.8722 | 0.8410 |
65
+ | 0.1999 | 9.0 | 63792 | 0.7404 | 0.8530 | 0.8485 | 0.8752 | 0.8235 |
66
+ | 0.1809 | 10.0 | 70880 | 0.7450 | 0.8549 | 0.8516 | 0.8714 | 0.8327 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.18.0
72
+ - Pytorch 1.10.0
73
+ - Datasets 2.0.0
74
+ - Tokenizers 0.11.6