End of training
Browse files- README.md +73 -0
- generation_config.json +7 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: microsoft/git-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: git-base-naruto
|
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-naruto
|
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.0613
|
19 |
+
- Wer Score: 4.6462
|
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: 2
|
40 |
+
- eval_batch_size: 2
|
41 |
+
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 2
|
43 |
+
- total_train_batch_size: 4
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 50
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Score |
|
52 |
+
|:-------------:|:-------:|:----:|:---------------:|:---------:|
|
53 |
+
| 7.3247 | 3.7037 | 50 | 4.4756 | 6.1692 |
|
54 |
+
| 2.2782 | 7.4074 | 100 | 0.4117 | 0.4308 |
|
55 |
+
| 0.1182 | 11.1111 | 150 | 0.0433 | 0.4462 |
|
56 |
+
| 0.0162 | 14.8148 | 200 | 0.0483 | 0.5231 |
|
57 |
+
| 0.0105 | 18.5185 | 250 | 0.0527 | 0.5231 |
|
58 |
+
| 0.0085 | 22.2222 | 300 | 0.0548 | 0.4769 |
|
59 |
+
| 0.007 | 25.9259 | 350 | 0.0578 | 0.8923 |
|
60 |
+
| 0.006 | 29.6296 | 400 | 0.0599 | 0.8462 |
|
61 |
+
| 0.0051 | 33.3333 | 450 | 0.0598 | 6.0 |
|
62 |
+
| 0.004 | 37.0370 | 500 | 0.0608 | 5.5538 |
|
63 |
+
| 0.0035 | 40.7407 | 550 | 0.0606 | 7.7077 |
|
64 |
+
| 0.0028 | 44.4444 | 600 | 0.0611 | 5.4308 |
|
65 |
+
| 0.0023 | 48.1481 | 650 | 0.0613 | 4.6462 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.40.2
|
71 |
+
- Pytorch 2.3.0+cu121
|
72 |
+
- Datasets 2.19.1
|
73 |
+
- Tokenizers 0.19.1
|
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.40.2"
|
7 |
+
}
|
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:30185e54f972f96f9929bd28f8fd72d53f2713ab2032d3cb72cc03e4dc6f5094
|
3 |
size 706516040
|