dipteshkanojia commited on
Commit
582f74d
1 Parent(s): 295950c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ - precision
7
+ - recall
8
+ - f1
9
+ model-index:
10
+ - name: bertweet-base-finetuned-SARC-DS
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-finetuned-SARC-DS
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: 1.7094
22
+ - Accuracy: 0.7636
23
+ - Precision: 0.7637
24
+ - Recall: 0.7636
25
+ - F1: 0.7636
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 1e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 32
47
+ - seed: 43
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 20
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
55
+ |:-------------:|:-----:|:------:|:---------------:|:--------:|:---------:|:------:|:------:|
56
+ | 0.4978 | 1.0 | 44221 | 0.4899 | 0.7777 | 0.7787 | 0.7778 | 0.7775 |
57
+ | 0.4413 | 2.0 | 88442 | 0.4833 | 0.7798 | 0.7803 | 0.7798 | 0.7797 |
58
+ | 0.3943 | 3.0 | 132663 | 0.5387 | 0.7784 | 0.7784 | 0.7784 | 0.7784 |
59
+ | 0.3461 | 4.01 | 176884 | 0.6184 | 0.7690 | 0.7701 | 0.7690 | 0.7688 |
60
+ | 0.3024 | 5.01 | 221105 | 0.6899 | 0.7684 | 0.7691 | 0.7684 | 0.7682 |
61
+ | 0.2653 | 6.01 | 265326 | 0.7805 | 0.7654 | 0.7660 | 0.7654 | 0.7653 |
62
+ | 0.2368 | 7.01 | 309547 | 0.9066 | 0.7643 | 0.7648 | 0.7643 | 0.7642 |
63
+ | 0.2166 | 8.01 | 353768 | 1.0548 | 0.7612 | 0.7620 | 0.7611 | 0.7610 |
64
+ | 0.2005 | 9.01 | 397989 | 1.0649 | 0.7639 | 0.7639 | 0.7639 | 0.7639 |
65
+ | 0.1837 | 10.02 | 442210 | 1.1805 | 0.7621 | 0.7624 | 0.7621 | 0.7621 |
66
+ | 0.1667 | 11.02 | 486431 | 1.3017 | 0.7658 | 0.7659 | 0.7659 | 0.7658 |
67
+ | 0.1531 | 12.02 | 530652 | 1.2947 | 0.7627 | 0.7628 | 0.7627 | 0.7627 |
68
+ | 0.1377 | 13.02 | 574873 | 1.3877 | 0.7639 | 0.7639 | 0.7639 | 0.7639 |
69
+ | 0.1249 | 14.02 | 619094 | 1.4468 | 0.7613 | 0.7616 | 0.7613 | 0.7612 |
70
+ | 0.1129 | 15.02 | 663315 | 1.4951 | 0.7620 | 0.7621 | 0.7620 | 0.7620 |
71
+ | 0.103 | 16.02 | 707536 | 1.5599 | 0.7619 | 0.7624 | 0.7619 | 0.7618 |
72
+ | 0.0937 | 17.03 | 751757 | 1.6270 | 0.7615 | 0.7616 | 0.7615 | 0.7615 |
73
+ | 0.0864 | 18.03 | 795978 | 1.6918 | 0.7622 | 0.7624 | 0.7622 | 0.7621 |
74
+ | 0.0796 | 19.03 | 840199 | 1.7094 | 0.7636 | 0.7637 | 0.7636 | 0.7636 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.20.1
80
+ - Pytorch 1.10.1+cu111
81
+ - Datasets 2.3.2
82
+ - Tokenizers 0.12.1