pmpc commited on
Commit
d3bb983
1 Parent(s): 3721e9d

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
+ - f1
6
+ model-index:
7
+ - name: twitter-roberta-base-stance-abortionV3
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
+ # twitter-roberta-base-stance-abortionV3
15
+
16
+ This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-stance-abortion](https://huggingface.co/cardiffnlp/twitter-roberta-base-stance-abortion) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.5095
19
+ - F1: 0.7917
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: 2e-05
39
+ - train_batch_size: 8
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 5
45
+ - mixed_precision_training: Native AMP
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
50
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | 0.8492 | 1.0 | 12 | 0.4862 | 0.7917 |
52
+ | 0.7291 | 2.0 | 24 | 0.4264 | 0.7917 |
53
+ | 0.5465 | 3.0 | 36 | 0.6450 | 0.7917 |
54
+ | 0.5905 | 4.0 | 48 | 0.5857 | 0.7917 |
55
+ | 0.4556 | 5.0 | 60 | 0.5095 | 0.7917 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.21.2
61
+ - Pytorch 1.12.1+cu113
62
+ - Datasets 2.4.0
63
+ - Tokenizers 0.12.1