pigeon-phobia commited on
Commit
97a89ce
1 Parent(s): d9ccd50

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: bertweet-base_finetuned_olid_b
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
+ # bertweet-base_finetuned_olid_b
15
+
16
+ This model is a fine-tuned version of [vinai/bertweet-base](https://huggingface.co/vinai/bertweet-base) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.4449
19
+ - Accuracy: 0.8333
20
+ - F1-macro: 0.7114
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 64
41
+ - eval_batch_size: 64
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 5
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1-macro |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
51
+ | 0.6556 | 1.0 | 69 | 0.5271 | 0.7542 | 0.6452 |
52
+ | 0.5838 | 2.0 | 138 | 0.4723 | 0.7292 | 0.6284 |
53
+ | 0.5031 | 3.0 | 207 | 0.4223 | 0.8417 | 0.7258 |
54
+ | 0.454 | 4.0 | 276 | 0.4391 | 0.8083 | 0.6855 |
55
+ | 0.3966 | 5.0 | 345 | 0.4449 | 0.8333 | 0.7114 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.28.1
61
+ - Pytorch 2.0.0+cu118
62
+ - Datasets 2.11.0
63
+ - Tokenizers 0.13.3