Climate-TwitterBERT commited on
Commit
a0a49dd
1 Parent(s): 04a4e6e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - precision
8
+ - recall
9
+ - f1
10
+ model-index:
11
+ - name: Climate-TwitterBERT-step1
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # Climate-TwitterBERT-step1
19
+
20
+ This model is a fine-tuned version of [Climate-TwitterBERT/ctbert_corporate_mlm](https://huggingface.co/Climate-TwitterBERT/ctbert_corporate_mlm) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.0693
23
+ - Accuracy: 0.9767
24
+ - Precision: 0.8882
25
+ - Recall: 0.9346
26
+ - F1-weighted: 0.9769
27
+ - F1: 0.9108
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 1e-05
47
+ - train_batch_size: 128
48
+ - eval_batch_size: 2
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - lr_scheduler_warmup_ratio: 0.05
53
+ - num_epochs: 4
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1-weighted | F1 |
58
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:-----------:|:------:|
59
+ | 0.2835 | 0.76 | 50 | 0.0636 | 0.9767 | 0.9252 | 0.8889 | 0.9765 | 0.9067 |
60
+ | 0.0821 | 1.52 | 100 | 0.0632 | 0.9775 | 0.8841 | 0.9477 | 0.9778 | 0.9148 |
61
+ | 0.0763 | 2.27 | 150 | 0.0627 | 0.9767 | 0.8882 | 0.9346 | 0.9769 | 0.9108 |
62
+ | 0.0561 | 3.03 | 200 | 0.0670 | 0.9742 | 0.8720 | 0.9346 | 0.9745 | 0.9022 |
63
+ | 0.0429 | 3.79 | 250 | 0.0693 | 0.9767 | 0.8882 | 0.9346 | 0.9769 | 0.9108 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.28.1
69
+ - Pytorch 2.0.1+cu118
70
+ - Datasets 2.14.1
71
+ - Tokenizers 0.13.3