muhtasham commited on
Commit
43e1ea5
1 Parent(s): a5ebcec

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
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: tiny-mlm-glue-mnli-from-scratch-custom-tokenizer-target-glue-qnli
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
+ # tiny-mlm-glue-mnli-from-scratch-custom-tokenizer-target-glue-qnli
15
+
16
+ This model is a fine-tuned version of [muhtasham/tiny-mlm-glue-mnli-from-scratch-custom-tokenizer](https://huggingface.co/muhtasham/tiny-mlm-glue-mnli-from-scratch-custom-tokenizer) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.6517
19
+ - Accuracy: 0.6171
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: 3e-05
39
+ - train_batch_size: 32
40
+ - eval_batch_size: 32
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: constant
44
+ - training_steps: 5000
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
+ | 0.6918 | 0.15 | 500 | 0.6854 | 0.5684 |
51
+ | 0.6778 | 0.31 | 1000 | 0.6610 | 0.6006 |
52
+ | 0.6692 | 0.46 | 1500 | 0.6550 | 0.6121 |
53
+ | 0.6613 | 0.61 | 2000 | 0.6553 | 0.6114 |
54
+ | 0.6597 | 0.76 | 2500 | 0.6529 | 0.6132 |
55
+ | 0.6582 | 0.92 | 3000 | 0.6488 | 0.6185 |
56
+ | 0.6484 | 1.07 | 3500 | 0.6517 | 0.6200 |
57
+ | 0.6461 | 1.22 | 4000 | 0.6484 | 0.6233 |
58
+ | 0.6422 | 1.37 | 4500 | 0.6493 | 0.6176 |
59
+ | 0.6456 | 1.53 | 5000 | 0.6517 | 0.6171 |
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