gokuls commited on
Commit
0bf5073
1 Parent(s): eef8f62

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ - f1
7
+ model-index:
8
+ - name: hBERTv1_data_aug_qqp
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
+ # hBERTv1_data_aug_qqp
16
+
17
+ This model is a fine-tuned version of [gokuls/bert_12_layer_model_v1](https://huggingface.co/gokuls/bert_12_layer_model_v1) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: nan
20
+ - Accuracy: 0.6318
21
+ - F1: 0.0
22
+ - Combined Score: 0.3159
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 5e-05
42
+ - train_batch_size: 256
43
+ - eval_batch_size: 256
44
+ - seed: 10
45
+ - distributed_type: multi-GPU
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 50
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Combined Score |
54
+ |:-------------:|:-----:|:------:|:---------------:|:--------:|:------:|:--------------:|
55
+ | 0.2419 | 1.0 | 29671 | 0.5769 | 0.8162 | 0.7679 | 0.7920 |
56
+ | 0.104 | 2.0 | 59342 | 0.6327 | 0.8272 | 0.7769 | 0.8020 |
57
+ | 0.0911 | 3.0 | 89013 | nan | 0.6318 | 0.0 | 0.3159 |
58
+ | 0.0 | 4.0 | 118684 | nan | 0.6318 | 0.0 | 0.3159 |
59
+ | 0.0 | 5.0 | 148355 | nan | 0.6318 | 0.0 | 0.3159 |
60
+ | 0.0 | 6.0 | 178026 | nan | 0.6318 | 0.0 | 0.3159 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.26.1
66
+ - Pytorch 1.14.0a0+410ce96
67
+ - Datasets 2.10.1
68
+ - Tokenizers 0.13.2