muhtasham commited on
Commit
0451f58
1 Parent(s): fc40035

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ - f1
7
+ model-index:
8
+ - name: tiny-mlm-glue-qnli-from-scratch-custom-tokenizer-target-glue-qqp
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # tiny-mlm-glue-qnli-from-scratch-custom-tokenizer-target-glue-qqp
16
+
17
+ This model is a fine-tuned version of [muhtasham/tiny-mlm-glue-qnli-from-scratch-custom-tokenizer](https://huggingface.co/muhtasham/tiny-mlm-glue-qnli-from-scratch-custom-tokenizer) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.5253
20
+ - Accuracy: 0.7422
21
+ - F1: 0.6175
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 3e-05
41
+ - train_batch_size: 32
42
+ - eval_batch_size: 32
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: constant
46
+ - training_steps: 5000
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
52
+ | 0.6417 | 0.04 | 500 | 0.6186 | 0.6422 | 0.3915 |
53
+ | 0.6074 | 0.09 | 1000 | 0.5913 | 0.6758 | 0.5148 |
54
+ | 0.5863 | 0.13 | 1500 | 0.5734 | 0.6951 | 0.5694 |
55
+ | 0.5727 | 0.18 | 2000 | 0.5628 | 0.7098 | 0.5369 |
56
+ | 0.5576 | 0.22 | 2500 | 0.5505 | 0.7215 | 0.5756 |
57
+ | 0.5502 | 0.26 | 3000 | 0.5428 | 0.7282 | 0.5839 |
58
+ | 0.545 | 0.31 | 3500 | 0.5368 | 0.7340 | 0.5996 |
59
+ | 0.5368 | 0.35 | 4000 | 0.5328 | 0.7342 | 0.6250 |
60
+ | 0.5385 | 0.4 | 4500 | 0.5300 | 0.7359 | 0.6323 |
61
+ | 0.5316 | 0.44 | 5000 | 0.5253 | 0.7422 | 0.6175 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.26.0.dev0
67
+ - Pytorch 1.13.0+cu116
68
+ - Datasets 2.8.1.dev0
69
+ - Tokenizers 0.13.2