muhtasham commited on
Commit
5992d89
1 Parent(s): 3f34872

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +87 -0
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: medium-mlm-imdb
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # medium-mlm-imdb
14
+
15
+ This model is a fine-tuned version of [google/bert_uncased_L-8_H-512_A-8](https://huggingface.co/google/bert_uncased_L-8_H-512_A-8) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 2.1889
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 3e-05
37
+ - train_batch_size: 32
38
+ - eval_batch_size: 32
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: constant
42
+ - num_epochs: 200
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 2.5116 | 0.16 | 500 | 2.3298 |
49
+ | 2.4448 | 0.32 | 1000 | 2.3157 |
50
+ | 2.4362 | 0.48 | 1500 | 2.2987 |
51
+ | 2.4287 | 0.64 | 2000 | 2.2878 |
52
+ | 2.4125 | 0.8 | 2500 | 2.2693 |
53
+ | 2.4066 | 0.96 | 3000 | 2.2666 |
54
+ | 2.352 | 1.12 | 3500 | 2.2590 |
55
+ | 2.3406 | 1.28 | 4000 | 2.2501 |
56
+ | 2.3443 | 1.44 | 4500 | 2.2433 |
57
+ | 2.3331 | 1.6 | 5000 | 2.2373 |
58
+ | 2.3247 | 1.76 | 5500 | 2.2357 |
59
+ | 2.3343 | 1.92 | 6000 | 2.2332 |
60
+ | 2.3092 | 2.08 | 6500 | 2.2334 |
61
+ | 2.3034 | 2.24 | 7000 | 2.2319 |
62
+ | 2.2984 | 2.4 | 7500 | 2.2254 |
63
+ | 2.2794 | 2.56 | 8000 | 2.2186 |
64
+ | 2.3028 | 2.72 | 8500 | 2.2130 |
65
+ | 2.3047 | 2.88 | 9000 | 2.2156 |
66
+ | 2.2785 | 3.04 | 9500 | 2.2084 |
67
+ | 2.2562 | 3.2 | 10000 | 2.2105 |
68
+ | 2.2553 | 3.36 | 10500 | 2.2034 |
69
+ | 2.2626 | 3.52 | 11000 | 2.2024 |
70
+ | 2.2313 | 3.68 | 11500 | 2.2056 |
71
+ | 2.2514 | 3.84 | 12000 | 2.1980 |
72
+ | 2.2462 | 4.0 | 12500 | 2.2052 |
73
+ | 2.2143 | 4.16 | 13000 | 2.1928 |
74
+ | 2.2199 | 4.32 | 13500 | 2.1972 |
75
+ | 2.2045 | 4.48 | 14000 | 2.2014 |
76
+ | 2.2246 | 4.64 | 14500 | 2.1885 |
77
+ | 2.2272 | 4.8 | 15000 | 2.1895 |
78
+ | 2.2213 | 4.96 | 15500 | 2.1976 |
79
+ | 2.2074 | 5.12 | 16000 | 2.1889 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.25.1
85
+ - Pytorch 1.12.1
86
+ - Datasets 2.7.1
87
+ - Tokenizers 0.13.2