muhtasham commited on
Commit
96f8c14
·
1 Parent(s): 65d14f9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ model-index:
9
+ - name: small-mlm-glue-mnli-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
+ # small-mlm-glue-mnli-target-glue-mrpc
17
+
18
+ This model is a fine-tuned version of [muhtasham/small-mlm-glue-mnli](https://huggingface.co/muhtasham/small-mlm-glue-mnli) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.9598
21
+ - Accuracy: 0.7721
22
+ - F1: 0.8432
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
+ - training_steps: 5000
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | 0.3946 | 4.35 | 500 | 0.8309 | 0.7647 | 0.8476 |
54
+ | 0.0715 | 8.7 | 1000 | 1.3662 | 0.7647 | 0.8405 |
55
+ | 0.0285 | 13.04 | 1500 | 1.6659 | 0.7647 | 0.8405 |
56
+ | 0.0149 | 17.39 | 2000 | 1.8421 | 0.7696 | 0.8396 |
57
+ | 0.0158 | 21.74 | 2500 | 1.9587 | 0.7647 | 0.8426 |
58
+ | 0.0152 | 26.09 | 3000 | 2.0488 | 0.7672 | 0.848 |
59
+ | 0.0147 | 30.43 | 3500 | 1.9463 | 0.7770 | 0.8535 |
60
+ | 0.0096 | 34.78 | 4000 | 1.7938 | 0.7819 | 0.8529 |
61
+ | 0.0124 | 39.13 | 4500 | 1.8361 | 0.7868 | 0.8538 |
62
+ | 0.0152 | 43.48 | 5000 | 1.9598 | 0.7721 | 0.8432 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.26.0.dev0
68
+ - Pytorch 1.13.0+cu116
69
+ - Datasets 2.8.1.dev0
70
+ - Tokenizers 0.13.2