gokuls commited on
Commit
6cd0110
1 Parent(s): cdd42e9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: add_bert_12_layer_model_complete_training_new
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # add_bert_12_layer_model_complete_training_new
15
+
16
+ This model is a fine-tuned version of [](https://huggingface.co/) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: nan
19
+ - Accuracy: 0.0000
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0005
39
+ - train_batch_size: 64
40
+ - eval_batch_size: 64
41
+ - seed: 10
42
+ - distributed_type: multi-GPU
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 10000
46
+ - num_epochs: 5
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:------:|:---------------:|:--------:|
53
+ | 0.0 | 0.11 | 10000 | nan | 0.0000 |
54
+ | 0.0 | 0.22 | 20000 | nan | 0.0000 |
55
+ | 0.0 | 0.33 | 30000 | nan | 0.0000 |
56
+ | 0.0 | 0.44 | 40000 | nan | 0.0000 |
57
+ | 0.0 | 0.55 | 50000 | nan | 0.0000 |
58
+ | 0.0 | 0.66 | 60000 | nan | 0.0000 |
59
+ | 0.0 | 0.76 | 70000 | nan | 0.0000 |
60
+ | 0.0 | 0.87 | 80000 | nan | 0.0000 |
61
+ | 0.0 | 0.98 | 90000 | nan | 0.0000 |
62
+ | 0.0 | 1.09 | 100000 | nan | 0.0000 |
63
+ | 0.0 | 1.2 | 110000 | nan | 0.0000 |
64
+ | 0.0 | 1.31 | 120000 | nan | 0.0000 |
65
+ | 0.0 | 1.42 | 130000 | nan | 0.0000 |
66
+ | 0.0 | 1.53 | 140000 | nan | 0.0000 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.29.2
72
+ - Pytorch 1.14.0a0+410ce96
73
+ - Datasets 2.12.0
74
+ - Tokenizers 0.13.3