End of training
Browse files- README.md +10 -9
- config.json +1 -1
- model.safetensors +1 -1
- runs/Jan02_05-26-00_22a4f9b1e50c/events.out.tfevents.1704173166.22a4f9b1e50c.373.1 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
@@ -13,15 +13,15 @@ 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 [
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- eval_loss: 0.
|
19 |
-
- eval_wer_score: 4.
|
20 |
-
- eval_runtime:
|
21 |
-
- eval_samples_per_second:
|
22 |
-
- eval_steps_per_second: 1.
|
23 |
-
- epoch:
|
24 |
-
- step:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -49,6 +49,7 @@ The following hyperparameters were used during training:
|
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
- num_epochs: 50
|
|
|
52 |
|
53 |
### Framework versions
|
54 |
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: TeeA/git-base-pokemon
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
|
|
13 |
|
14 |
# git-base-pokemon
|
15 |
|
16 |
+
This model is a fine-tuned version of [TeeA/git-base-pokemon](https://huggingface.co/TeeA/git-base-pokemon) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- eval_loss: 0.2101
|
19 |
+
- eval_wer_score: 4.6548
|
20 |
+
- eval_runtime: 25.4225
|
21 |
+
- eval_samples_per_second: 28.793
|
22 |
+
- eval_steps_per_second: 1.809
|
23 |
+
- epoch: 22.0
|
24 |
+
- step: 3349
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
- num_epochs: 50
|
52 |
+
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Framework versions
|
55 |
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"GitForCausalLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "TeeA/git-base-pokemon",
|
3 |
"architectures": [
|
4 |
"GitForCausalLM"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 706516040
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50f619992c107ba41105da92e4899cf63b56aecfe66751ed1c670c0b1a8fca0c
|
3 |
size 706516040
|
runs/Jan02_05-26-00_22a4f9b1e50c/events.out.tfevents.1704173166.22a4f9b1e50c.373.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6fb03d3d9971591efeb08baa98fa25b36590895dad30b61e02a644cb23b8ba7
|
3 |
+
size 15165
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b838674edfbce67ac24e7e5b38f26440e5649bd7d041f4c228eeb69a318867bb
|
3 |
size 4728
|