andyP commited on
Commit
b7e0472
1 Parent(s): d4a8080

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
+ base_model: readerbench/RoBERT-base
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - precision
8
+ - recall
9
+ - f1
10
+ model-index:
11
+ - name: ro-sentiment-02
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
+ # ro-sentiment-02
19
+
20
+ This model is a fine-tuned version of [readerbench/RoBERT-base](https://huggingface.co/readerbench/RoBERT-base) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.4093
23
+ - Accuracy: 0.8312
24
+ - Precision: 0.8488
25
+ - Recall: 0.8866
26
+ - F1: 0.8673
27
+ - F1 Weighted: 0.8298
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 6.3e-05
47
+ - train_batch_size: 96
48
+ - eval_batch_size: 192
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - lr_scheduler_warmup_ratio: 0.25
53
+ - num_epochs: 10
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | F1 Weighted |
58
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-----------:|
59
+ | 0.4289 | 1.0 | 1086 | 0.4168 | 0.8303 | 0.8868 | 0.8570 | 0.8717 | 0.8317 |
60
+ | 0.3807 | 2.0 | 2172 | 0.3926 | 0.8424 | 0.8933 | 0.8680 | 0.8804 | 0.8434 |
61
+ | 0.3306 | 3.0 | 3258 | 0.4093 | 0.8312 | 0.8488 | 0.8866 | 0.8673 | 0.8298 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.31.0
67
+ - Pytorch 2.0.1+cu118
68
+ - Datasets 2.14.3
69
+ - Tokenizers 0.13.3