YanJiangJerry commited on
Commit
81b0dc8
·
1 Parent(s): b1d4cc0

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - f1
6
+ - recall
7
+ - precision
8
+ model-index:
9
+ - name: sentiment-roberta-e8-b16
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # sentiment-roberta-e8-b16
17
+
18
+ This model is a fine-tuned version of [siebert/sentiment-roberta-large-english](https://huggingface.co/siebert/sentiment-roberta-large-english) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.7439
21
+ - F1: 0.7547
22
+ - Recall: 0.7547
23
+ - Precision: 0.7547
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: 2e-05
43
+ - train_batch_size: 16
44
+ - eval_batch_size: 16
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 8
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Recall | Precision |
53
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:---------:|
54
+ | No log | 1.0 | 375 | 0.7842 | 0.7224 | 0.7224 | 0.7224 |
55
+ | 0.7132 | 2.0 | 750 | 0.7851 | 0.7547 | 0.7547 | 0.7547 |
56
+ | 0.3587 | 3.0 | 1125 | 1.2599 | 0.7493 | 0.7493 | 0.7493 |
57
+ | 0.2361 | 4.0 | 1500 | 1.2364 | 0.7628 | 0.7628 | 0.7628 |
58
+ | 0.2361 | 5.0 | 1875 | 1.3809 | 0.7709 | 0.7709 | 0.7709 |
59
+ | 0.138 | 6.0 | 2250 | 1.5058 | 0.7682 | 0.7682 | 0.7682 |
60
+ | 0.1027 | 7.0 | 2625 | 1.6364 | 0.7574 | 0.7574 | 0.7574 |
61
+ | 0.0493 | 8.0 | 3000 | 1.7439 | 0.7547 | 0.7547 | 0.7547 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.30.2
67
+ - Pytorch 2.0.1+cu118
68
+ - Datasets 2.13.1
69
+ - Tokenizers 0.13.3