leowang707
commited on
Commit
•
380d559
1
Parent(s):
0385d10
End of training
Browse files
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.0600
|
19 |
+
- Wer Score: 2.1639
|
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.2846 | 3.7037 | 50 | 4.4712 | 22.9180 |
|
54 |
+
| 2.2861 | 7.4074 | 100 | 0.4239 | 10.6230 |
|
55 |
+
| 0.1211 | 11.1111 | 150 | 0.0471 | 0.4754 |
|
56 |
+
| 0.0161 | 14.8148 | 200 | 0.0453 | 0.4098 |
|
57 |
+
| 0.0114 | 18.5185 | 250 | 0.0474 | 0.4426 |
|
58 |
+
| 0.0093 | 22.2222 | 300 | 0.0501 | 1.4754 |
|
59 |
+
| 0.0084 | 25.9259 | 350 | 0.0503 | 0.7049 |
|
60 |
+
| 0.0068 | 29.6296 | 400 | 0.0534 | 0.4590 |
|
61 |
+
| 0.0058 | 33.3333 | 450 | 0.0562 | 0.4426 |
|
62 |
+
| 0.0048 | 37.0370 | 500 | 0.0572 | 0.4590 |
|
63 |
+
| 0.0035 | 40.7407 | 550 | 0.0597 | 0.7869 |
|
64 |
+
| 0.0025 | 44.4444 | 600 | 0.0602 | 2.0164 |
|
65 |
+
| 0.0017 | 48.1481 | 650 | 0.0600 | 2.1639 |
|
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:f0fdcac7050e21b6a95cbc1c1b4bedcfee3ae43f8bf8d5a3f36cae5b1d318660
|
3 |
size 706516040
|
runs/May30_14-59-37_leowang-ROG-Strix-G512LV-G512LV/events.out.tfevents.1717052450.leowang-ROG-Strix-G512LV-G512LV.50.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21113ec5ed2cab827d97616adcba51f8d43081100f0a0322b08a4f3a003d3658
|
3 |
+
size 12198
|