JerryYanJiang commited on
Commit
ff379e0
1 Parent(s): b49c85b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: vinai/bertweet-base
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - f1
7
+ - recall
8
+ - precision
9
+ model-index:
10
+ - name: bertweet-base_3_4_2e-05_0.01
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # bertweet-base_3_4_2e-05_0.01
18
+
19
+ This model is a fine-tuned version of [vinai/bertweet-base](https://huggingface.co/vinai/bertweet-base) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.9140
22
+ - F1: 0.7655
23
+ - Recall: 0.7655
24
+ - Precision: 0.7655
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: 4
45
+ - eval_batch_size: 4
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 3
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Recall | Precision |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:---------:|
55
+ | 0.753 | 1.0 | 745 | 0.7215 | 0.7655 | 0.7655 | 0.7655 |
56
+ | 0.6313 | 2.0 | 1490 | 0.7928 | 0.7763 | 0.7763 | 0.7763 |
57
+ | 0.402 | 3.0 | 2235 | 0.9140 | 0.7655 | 0.7655 | 0.7655 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.31.0
63
+ - Pytorch 2.0.1+cu118
64
+ - Datasets 2.14.3
65
+ - Tokenizers 0.13.3