End of training
Browse files- README.md +95 -0
- pytorch_model.bin +1 -1
README.md
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: t5-base
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
datasets:
|
| 7 |
+
- glue
|
| 8 |
+
metrics:
|
| 9 |
+
- accuracy
|
| 10 |
+
model-index:
|
| 11 |
+
- name: t5-base_cola_dense_epochs-5
|
| 12 |
+
results:
|
| 13 |
+
- task:
|
| 14 |
+
name: Text Classification
|
| 15 |
+
type: text-classification
|
| 16 |
+
dataset:
|
| 17 |
+
name: glue
|
| 18 |
+
type: glue
|
| 19 |
+
config: cola
|
| 20 |
+
split: validation
|
| 21 |
+
args: cola
|
| 22 |
+
metrics:
|
| 23 |
+
- name: Accuracy
|
| 24 |
+
type: accuracy
|
| 25 |
+
value: 0.8341323106423778
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 29 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 30 |
+
|
| 31 |
+
# t5-base_cola_dense_epochs-5
|
| 32 |
+
|
| 33 |
+
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on the glue dataset.
|
| 34 |
+
It achieves the following results on the evaluation set:
|
| 35 |
+
- Loss: 0.4393
|
| 36 |
+
- Accuracy: 0.8341
|
| 37 |
+
|
| 38 |
+
## Model description
|
| 39 |
+
|
| 40 |
+
More information needed
|
| 41 |
+
|
| 42 |
+
## Intended uses & limitations
|
| 43 |
+
|
| 44 |
+
More information needed
|
| 45 |
+
|
| 46 |
+
## Training and evaluation data
|
| 47 |
+
|
| 48 |
+
More information needed
|
| 49 |
+
|
| 50 |
+
## Training procedure
|
| 51 |
+
|
| 52 |
+
### Training hyperparameters
|
| 53 |
+
|
| 54 |
+
The following hyperparameters were used during training:
|
| 55 |
+
- learning_rate: 5e-05
|
| 56 |
+
- train_batch_size: 32
|
| 57 |
+
- eval_batch_size: 64
|
| 58 |
+
- seed: 0
|
| 59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 60 |
+
- lr_scheduler_type: linear
|
| 61 |
+
- lr_scheduler_warmup_steps: 20
|
| 62 |
+
- num_epochs: 5
|
| 63 |
+
|
| 64 |
+
### Training results
|
| 65 |
+
|
| 66 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 67 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 68 |
+
| 0.575 | 0.19 | 50 | 0.5685 | 0.6913 |
|
| 69 |
+
| 0.4799 | 0.37 | 100 | 0.6161 | 0.7670 |
|
| 70 |
+
| 0.4941 | 0.56 | 150 | 0.4668 | 0.8063 |
|
| 71 |
+
| 0.3837 | 0.75 | 200 | 0.4712 | 0.8169 |
|
| 72 |
+
| 0.4198 | 0.93 | 250 | 0.5438 | 0.7996 |
|
| 73 |
+
| 0.349 | 1.12 | 300 | 0.4618 | 0.8265 |
|
| 74 |
+
| 0.3347 | 1.31 | 350 | 0.4630 | 0.8226 |
|
| 75 |
+
| 0.3325 | 1.49 | 400 | 0.4581 | 0.8313 |
|
| 76 |
+
| 0.3595 | 1.68 | 450 | 0.5653 | 0.7948 |
|
| 77 |
+
| 0.4087 | 1.87 | 500 | 0.4393 | 0.8341 |
|
| 78 |
+
| 0.2669 | 2.05 | 550 | 0.5241 | 0.8322 |
|
| 79 |
+
| 0.2887 | 2.24 | 600 | 0.5042 | 0.8351 |
|
| 80 |
+
| 0.2552 | 2.43 | 650 | 0.4713 | 0.8418 |
|
| 81 |
+
| 0.238 | 2.61 | 700 | 0.4694 | 0.8428 |
|
| 82 |
+
| 0.325 | 2.8 | 750 | 0.5176 | 0.8360 |
|
| 83 |
+
| 0.285 | 2.99 | 800 | 0.5266 | 0.8265 |
|
| 84 |
+
| 0.2099 | 3.17 | 850 | 0.5147 | 0.8437 |
|
| 85 |
+
| 0.2645 | 3.36 | 900 | 0.4951 | 0.8380 |
|
| 86 |
+
| 0.2851 | 3.54 | 950 | 0.4945 | 0.8370 |
|
| 87 |
+
| 0.3277 | 3.73 | 1000 | 0.4828 | 0.8360 |
|
| 88 |
+
|
| 89 |
+
|
| 90 |
+
### Framework versions
|
| 91 |
+
|
| 92 |
+
- Transformers 4.34.1
|
| 93 |
+
- Pytorch 2.1.0+cu118
|
| 94 |
+
- Datasets 2.14.6
|
| 95 |
+
- Tokenizers 0.14.1
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 894094686
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:667076d4aae6ff0aba402256169efd93f8a25029a8ba40ee72f777640a76f310
|
| 3 |
size 894094686
|