gokuls commited on
Commit
cbdc557
·
1 Parent(s): 9d70071

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: bert_base_96
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # bert_base_96
16
+
17
+ This model is a fine-tuned version of [gokuls/bert_base_48](https://huggingface.co/gokuls/bert_base_48) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 2.6333
20
+ - Accuracy: 0.5281
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 1e-05
40
+ - train_batch_size: 48
41
+ - eval_batch_size: 48
42
+ - seed: 10
43
+ - distributed_type: multi-GPU
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 10000
47
+ - num_epochs: 5
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:------:|:---------------:|:--------:|
53
+ | 5.6041 | 0.08 | 10000 | 5.5567 | 0.1751 |
54
+ | 5.4727 | 0.16 | 20000 | 5.3950 | 0.1953 |
55
+ | 5.3385 | 0.25 | 30000 | 5.2277 | 0.2151 |
56
+ | 5.2033 | 0.33 | 40000 | 5.0607 | 0.2335 |
57
+ | 4.7807 | 0.41 | 50000 | 4.5611 | 0.2910 |
58
+ | 4.1994 | 0.49 | 60000 | 4.0039 | 0.3520 |
59
+ | 3.8039 | 0.57 | 70000 | 3.6509 | 0.3906 |
60
+ | 3.5516 | 0.66 | 80000 | 3.3794 | 0.4263 |
61
+ | 3.3199 | 0.74 | 90000 | 3.1446 | 0.4607 |
62
+ | 3.1682 | 0.82 | 100000 | 3.0053 | 0.4795 |
63
+ | 3.0597 | 0.9 | 110000 | 2.9135 | 0.4919 |
64
+ | 2.9814 | 0.98 | 120000 | 2.8331 | 0.5018 |
65
+ | 2.907 | 1.07 | 130000 | 2.7724 | 0.5100 |
66
+ | 2.8532 | 1.15 | 140000 | 2.7200 | 0.5170 |
67
+ | 2.8044 | 1.23 | 150000 | 2.6759 | 0.5227 |
68
+ | 2.7694 | 1.31 | 160000 | 2.6333 | 0.5281 |
69
+
70
+
71
+ ### Framework versions
72
+
73
+ - Transformers 4.30.1
74
+ - Pytorch 1.14.0a0+410ce96
75
+ - Datasets 2.12.0
76
+ - Tokenizers 0.13.3