everyl12 commited on
Commit
6b4a112
·
1 Parent(s): 00e28ee

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: stance_class_l
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
+ # stance_class_l
15
+
16
+ This model is a fine-tuned version of [vinai/bertweet-base](https://huggingface.co/vinai/bertweet-base) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.6084
19
+ - Accuracy: 0.8447
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 2.924e-05
39
+ - train_batch_size: 30
40
+ - eval_batch_size: 30
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 15
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
+ | 0.3566 | 1.0 | 17 | 0.4855 | 0.7578 |
51
+ | 0.2532 | 2.0 | 34 | 0.3632 | 0.8509 |
52
+ | 0.2351 | 3.0 | 51 | 0.3773 | 0.8509 |
53
+ | 0.043 | 4.0 | 68 | 0.3553 | 0.8571 |
54
+ | 0.08 | 5.0 | 85 | 0.4682 | 0.8447 |
55
+ | 0.3089 | 6.0 | 102 | 0.4686 | 0.8509 |
56
+ | 0.035 | 7.0 | 119 | 0.5876 | 0.8323 |
57
+ | 0.0188 | 8.0 | 136 | 0.5469 | 0.8571 |
58
+ | 0.021 | 9.0 | 153 | 0.5022 | 0.8447 |
59
+ | 0.0533 | 10.0 | 170 | 0.5240 | 0.8385 |
60
+ | 0.0175 | 11.0 | 187 | 0.6352 | 0.8447 |
61
+ | 0.0106 | 12.0 | 204 | 0.5856 | 0.8447 |
62
+ | 1.9534 | 13.0 | 221 | 0.5938 | 0.8509 |
63
+ | 0.0143 | 14.0 | 238 | 0.6074 | 0.8447 |
64
+ | 0.0079 | 15.0 | 255 | 0.6084 | 0.8447 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.24.0
70
+ - Pytorch 1.13.0+cu117
71
+ - Datasets 2.12.0
72
+ - Tokenizers 0.13.2