muhtasham commited on
Commit
a777cc6
·
1 Parent(s): 08d5589

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: bert-medium-mlm-finetuned-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
+ # bert-medium-mlm-finetuned-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.1565
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: 64
38
+ - eval_batch_size: 64
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.4752 | 0.32 | 500 | 2.2958 |
49
+ | 2.4164 | 0.64 | 1000 | 2.2739 |
50
+ | 2.3904 | 0.96 | 1500 | 2.2490 |
51
+ | 2.3531 | 1.28 | 2000 | 2.2429 |
52
+ | 2.3497 | 1.6 | 2500 | 2.2277 |
53
+ | 2.3208 | 1.92 | 3000 | 2.2253 |
54
+ | 2.3035 | 2.24 | 3500 | 2.2126 |
55
+ | 2.2941 | 2.56 | 4000 | 2.2129 |
56
+ | 2.2953 | 2.88 | 4500 | 2.2009 |
57
+ | 2.2682 | 3.2 | 5000 | 2.1931 |
58
+ | 2.2608 | 3.52 | 5500 | 2.1944 |
59
+ | 2.2475 | 3.84 | 6000 | 2.1844 |
60
+ | 2.2347 | 4.16 | 6500 | 2.1790 |
61
+ | 2.2176 | 4.48 | 7000 | 2.1799 |
62
+ | 2.2263 | 4.8 | 7500 | 2.1722 |
63
+ | 2.2187 | 5.12 | 8000 | 2.1809 |
64
+ | 2.1981 | 5.44 | 8500 | 2.1838 |
65
+ | 2.2157 | 5.76 | 9000 | 2.1646 |
66
+ | 2.1879 | 6.08 | 9500 | 2.1666 |
67
+ | 2.194 | 6.4 | 10000 | 2.1639 |
68
+ | 2.1758 | 6.72 | 10500 | 2.1622 |
69
+ | 2.1811 | 7.04 | 11000 | 2.1605 |
70
+ | 2.1662 | 7.36 | 11500 | 2.1543 |
71
+ | 2.1744 | 7.68 | 12000 | 2.1530 |
72
+ | 2.1712 | 8.0 | 12500 | 2.1577 |
73
+ | 2.1528 | 8.32 | 13000 | 2.1597 |
74
+ | 2.1374 | 8.64 | 13500 | 2.1565 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - Transformers 4.25.1
80
+ - Pytorch 1.12.1+cu113
81
+ - Datasets 2.7.1
82
+ - Tokenizers 0.13.2