End of training
Browse files- README.md +71 -0
- generation_config.json +7 -0
- pytorch_model.bin +1 -1
README.md
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model: microsoft/git-base
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
model-index:
|
| 7 |
+
- name: git-base-pokemon
|
| 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 |
+
# git-base-pokemon
|
| 15 |
+
|
| 16 |
+
This model is a fine-tuned version of [microsoft/git-base](https://huggingface.co/microsoft/git-base) on an unknown dataset.
|
| 17 |
+
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 0.0372
|
| 19 |
+
- Wer Score: 2.1641
|
| 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: 5e-05
|
| 39 |
+
- train_batch_size: 32
|
| 40 |
+
- eval_batch_size: 32
|
| 41 |
+
- seed: 42
|
| 42 |
+
- gradient_accumulation_steps: 2
|
| 43 |
+
- total_train_batch_size: 64
|
| 44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 45 |
+
- lr_scheduler_type: linear
|
| 46 |
+
- num_epochs: 50
|
| 47 |
+
|
| 48 |
+
### Training results
|
| 49 |
+
|
| 50 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Score |
|
| 51 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|
|
| 52 |
+
| 7.3017 | 4.17 | 50 | 4.4850 | 20.9419 |
|
| 53 |
+
| 2.3174 | 8.33 | 100 | 0.4334 | 8.6357 |
|
| 54 |
+
| 0.1315 | 12.5 | 150 | 0.0334 | 0.4225 |
|
| 55 |
+
| 0.0175 | 16.67 | 200 | 0.0309 | 1.1072 |
|
| 56 |
+
| 0.0057 | 20.83 | 250 | 0.0330 | 2.3527 |
|
| 57 |
+
| 0.0024 | 25.0 | 300 | 0.0351 | 2.5284 |
|
| 58 |
+
| 0.0017 | 29.17 | 350 | 0.0358 | 2.4496 |
|
| 59 |
+
| 0.0014 | 33.33 | 400 | 0.0364 | 2.3941 |
|
| 60 |
+
| 0.0012 | 37.5 | 450 | 0.0367 | 2.1628 |
|
| 61 |
+
| 0.0011 | 41.67 | 500 | 0.0371 | 2.2390 |
|
| 62 |
+
| 0.0011 | 45.83 | 550 | 0.0372 | 2.1447 |
|
| 63 |
+
| 0.001 | 50.0 | 600 | 0.0372 | 2.1641 |
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
### Framework versions
|
| 67 |
+
|
| 68 |
+
- Transformers 4.33.2
|
| 69 |
+
- Pytorch 2.0.1+cu118
|
| 70 |
+
- Datasets 2.14.5
|
| 71 |
+
- Tokenizers 0.13.3
|
generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 101,
|
| 4 |
+
"eos_token_id": 102,
|
| 5 |
+
"pad_token_id": 0,
|
| 6 |
+
"transformers_version": "4.33.2"
|
| 7 |
+
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 706584273
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24b1e956b898c2a0f8973d43cece38c2c214d09c925f82bbe55479b68672f329
|
| 3 |
size 706584273
|