update model card README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- generated_from_trainer
|
| 4 |
+
metrics:
|
| 5 |
+
- accuracy
|
| 6 |
+
model-index:
|
| 7 |
+
- name: bert_12_layer_model_v2_complete_training_new_72
|
| 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 |
+
# bert_12_layer_model_v2_complete_training_new_72
|
| 15 |
+
|
| 16 |
+
This model is a fine-tuned version of [gokuls/bert_12_layer_model_v2_complete_training_new_48](https://huggingface.co/gokuls/bert_12_layer_model_v2_complete_training_new_48) on the None dataset.
|
| 17 |
+
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 2.9589
|
| 19 |
+
- Accuracy: 0.4806
|
| 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: 1e-05
|
| 39 |
+
- train_batch_size: 48
|
| 40 |
+
- eval_batch_size: 48
|
| 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 |
+
|
| 48 |
+
### Training results
|
| 49 |
+
|
| 50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 51 |
+
|:-------------:|:-----:|:------:|:---------------:|:--------:|
|
| 52 |
+
| 3.6433 | 0.08 | 10000 | 3.5384 | 0.4110 |
|
| 53 |
+
| 3.5617 | 0.16 | 20000 | 3.4628 | 0.4191 |
|
| 54 |
+
| 3.489 | 0.25 | 30000 | 3.3906 | 0.4270 |
|
| 55 |
+
| 3.4379 | 0.33 | 40000 | 3.3331 | 0.4333 |
|
| 56 |
+
| 3.3763 | 0.41 | 50000 | 3.2776 | 0.4397 |
|
| 57 |
+
| 3.3329 | 0.49 | 60000 | 3.2282 | 0.4451 |
|
| 58 |
+
| 3.2794 | 0.57 | 70000 | 3.1804 | 0.4503 |
|
| 59 |
+
| 3.2344 | 0.66 | 80000 | 3.1357 | 0.4557 |
|
| 60 |
+
| 3.1767 | 0.74 | 90000 | 3.0819 | 0.4626 |
|
| 61 |
+
| 3.1205 | 0.82 | 100000 | 3.0137 | 0.4728 |
|
| 62 |
+
| 3.0641 | 0.9 | 110000 | 2.9589 | 0.4806 |
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
### Framework versions
|
| 66 |
+
|
| 67 |
+
- Transformers 4.29.2
|
| 68 |
+
- Pytorch 1.14.0a0+410ce96
|
| 69 |
+
- Datasets 2.12.0
|
| 70 |
+
- Tokenizers 0.13.3
|