muhtasham commited on
Commit
a266c0d
1 Parent(s): d9c14bb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ model-index:
9
+ - name: tiny-mlm-glue-qnli-target-glue-mrpc
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # tiny-mlm-glue-qnli-target-glue-mrpc
17
+
18
+ This model is a fine-tuned version of [muhtasham/tiny-mlm-glue-qnli](https://huggingface.co/muhtasham/tiny-mlm-glue-qnli) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.3118
21
+ - Accuracy: 0.7353
22
+ - F1: 0.8176
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 3e-05
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 32
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: constant
47
+ - num_epochs: 200
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | 0.5845 | 4.35 | 500 | 0.5424 | 0.7402 | 0.8290 |
54
+ | 0.4395 | 8.7 | 1000 | 0.5503 | 0.7525 | 0.8374 |
55
+ | 0.2883 | 13.04 | 1500 | 0.6404 | 0.7475 | 0.8280 |
56
+ | 0.1828 | 17.39 | 2000 | 0.7736 | 0.7574 | 0.8406 |
57
+ | 0.1141 | 21.74 | 2500 | 1.0144 | 0.7255 | 0.8056 |
58
+ | 0.0816 | 26.09 | 3000 | 1.1432 | 0.7328 | 0.8180 |
59
+ | 0.0616 | 30.43 | 3500 | 1.3118 | 0.7353 | 0.8176 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.26.0.dev0
65
+ - Pytorch 1.13.0+cu116
66
+ - Datasets 2.8.1.dev0
67
+ - Tokenizers 0.13.2