YeRyeongLee commited on
Commit
7f29cb6
1 Parent(s): 4439293

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: sentiment_roberta_large_with_diary
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # sentiment_roberta_large_with_diary
15
+
16
+ This model is a fine-tuned version of [klue/roberta-large](https://huggingface.co/klue/roberta-large) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.5671
19
+ - Micro f1 score: 80.0000
20
+ - Auprc: 77.0282
21
+ - Accuracy: 0.8
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 1e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 64
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 1.0
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Micro f1 score | Auprc | Accuracy |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------------:|:-------:|:--------:|
56
+ | 1.6198 | 0.13 | 100 | 1.3872 | 48.9362 | 55.5743 | 0.4894 |
57
+ | 0.6603 | 0.26 | 200 | 0.9249 | 65.9574 | 62.8759 | 0.6596 |
58
+ | 0.5387 | 0.4 | 300 | 0.7262 | 73.1915 | 71.1936 | 0.7319 |
59
+ | 0.4801 | 0.53 | 400 | 0.6623 | 74.0426 | 68.8606 | 0.7404 |
60
+ | 0.4597 | 0.66 | 500 | 0.6092 | 76.1702 | 75.7346 | 0.7617 |
61
+ | 0.4217 | 0.79 | 600 | 0.5929 | 78.7234 | 76.8709 | 0.7872 |
62
+ | 0.4148 | 0.93 | 700 | 0.5671 | 80.0000 | 77.0282 | 0.8 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.25.1
68
+ - Pytorch 1.13.0+cu117
69
+ - Datasets 2.7.1
70
+ - Tokenizers 0.13.2