gokuls commited on
Commit
e0ee4ca
1 Parent(s): 01365c6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: bert_base_48
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_48
16
+
17
+ This model is a fine-tuned version of [gokuls/bert_base_24](https://huggingface.co/gokuls/bert_base_24) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 5.6418
20
+ - Accuracy: 0.1663
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
+ | 6.005 | 0.08 | 10000 | 5.9999 | 0.1513 |
54
+ | 5.9845 | 0.16 | 20000 | 5.9811 | 0.1511 |
55
+ | 5.9695 | 0.25 | 30000 | 5.9673 | 0.1518 |
56
+ | 5.9599 | 0.33 | 40000 | 5.9513 | 0.1515 |
57
+ | 5.9402 | 0.41 | 50000 | 5.9411 | 0.1517 |
58
+ | 5.9291 | 0.49 | 60000 | 5.9217 | 0.1518 |
59
+ | 5.6816 | 0.57 | 70000 | 5.6418 | 0.1663 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.30.1
65
+ - Pytorch 1.14.0a0+410ce96
66
+ - Datasets 2.12.0
67
+ - Tokenizers 0.13.3