silvano315 commited on
Commit
1b6025b
·
verified ·
1 Parent(s): f9b955c

Model save

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: cardiffnlp/twitter-roberta-base-sentiment-latest
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: fine_tuned_model
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
+ # fine_tuned_model
17
+
18
+ This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.4604
21
+ - Accuracy: 0.81
22
+ - F1 Macro: 0.7564
23
+ - Precision Macro: 0.7654
24
+ - Recall Macro: 0.7533
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 2e-05
44
+ - train_batch_size: 8
45
+ - eval_batch_size: 8
46
+ - seed: 42
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 3
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Precision Macro | Recall Macro |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:--------:|:---------------:|:------------:|
55
+ | 0.5451 | 1.0 | 5000 | 0.5156 | 0.783 | 0.7111 | 0.7280 | 0.7110 |
56
+ | 0.4961 | 2.0 | 10000 | 0.4619 | 0.809 | 0.7591 | 0.7647 | 0.7567 |
57
+ | 0.498 | 3.0 | 15000 | 0.4604 | 0.81 | 0.7564 | 0.7654 | 0.7533 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - PEFT 0.14.0
63
+ - Transformers 4.48.3
64
+ - Pytorch 2.5.1+cu124
65
+ - Datasets 3.6.0
66
+ - Tokenizers 0.21.0