muhtasham commited on
Commit
b1bd32e
1 Parent(s): eb72946

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: tiny-mlm-glue-cola-from-scratch-custom-tokenizer-target-glue-rte
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-cola-from-scratch-custom-tokenizer-target-glue-rte
15
+
16
+ This model is a fine-tuned version of [muhtasham/tiny-mlm-glue-cola-from-scratch-custom-tokenizer](https://huggingface.co/muhtasham/tiny-mlm-glue-cola-from-scratch-custom-tokenizer) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 1.9954
19
+ - Accuracy: 0.4729
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.693 | 6.41 | 500 | 0.6947 | 0.4549 |
51
+ | 0.6248 | 12.82 | 1000 | 0.8627 | 0.4729 |
52
+ | 0.4602 | 19.23 | 1500 | 1.1278 | 0.4657 |
53
+ | 0.3484 | 25.64 | 2000 | 1.3214 | 0.4801 |
54
+ | 0.2599 | 32.05 | 2500 | 1.6232 | 0.4693 |
55
+ | 0.2052 | 38.46 | 3000 | 1.7684 | 0.4801 |
56
+ | 0.1667 | 44.87 | 3500 | 1.9954 | 0.4729 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.26.0.dev0
62
+ - Pytorch 1.13.0+cu116
63
+ - Datasets 2.8.1.dev0
64
+ - Tokenizers 0.13.2