merge with whisper-small-yue-full-1
Browse files- README.md +62 -0
- config.json +1 -1
- generation_config.json +27 -0
- ggml/ggml-model-q5_0.bin +3 -0
- ggml/ggml-model.bin +3 -0
- model.safetensors +1 -1
- runs/Feb07_15-10-58_84b21c4f8d12/events.out.tfevents.1707318661.84b21c4f8d12.2395.0 +3 -0
- training_args.bin +1 -1
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
base_model: safecantonese/whisper-small-yue-full
|
5 |
+
model-index:
|
6 |
+
- name: whisper-small-yue-full-1
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# whisper-small-yue-full-1
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [safecantonese/whisper-small-yue-full](https://huggingface.co/safecantonese/whisper-small-yue-full) on the None dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.0362
|
18 |
+
- Cer: 6.1457
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 1e-05
|
38 |
+
- train_batch_size: 64
|
39 |
+
- eval_batch_size: 64
|
40 |
+
- seed: 42
|
41 |
+
- gradient_accumulation_steps: 2
|
42 |
+
- total_train_batch_size: 128
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- lr_scheduler_warmup_steps: 500
|
46 |
+
- training_steps: 2000
|
47 |
+
- mixed_precision_training: Native AMP
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
+
| 0.0147 | 0.88 | 1000 | 0.0406 | 6.2936 |
|
54 |
+
| 0.0083 | 1.76 | 2000 | 0.0362 | 6.1457 |
|
55 |
+
|
56 |
+
|
57 |
+
### Framework versions
|
58 |
+
|
59 |
+
- Transformers 4.38.0.dev0
|
60 |
+
- Pytorch 2.1.0+cu121
|
61 |
+
- Datasets 2.16.1
|
62 |
+
- Tokenizers 0.15.1
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "safecantonese/whisper-small-yue-full",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
generation_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"begin_suppress_tokens": [
|
3 |
+
220,
|
4 |
+
50257
|
5 |
+
],
|
6 |
+
"bos_token_id": 50257,
|
7 |
+
"decoder_start_token_id": 50258,
|
8 |
+
"eos_token_id": 50257,
|
9 |
+
"forced_decoder_ids": [
|
10 |
+
[
|
11 |
+
1,
|
12 |
+
50260
|
13 |
+
],
|
14 |
+
[
|
15 |
+
2,
|
16 |
+
50359
|
17 |
+
],
|
18 |
+
[
|
19 |
+
3,
|
20 |
+
50363
|
21 |
+
]
|
22 |
+
],
|
23 |
+
"max_length": 448,
|
24 |
+
"pad_token_id": 50257,
|
25 |
+
"suppress_tokens": [],
|
26 |
+
"transformers_version": "4.38.0.dev0"
|
27 |
+
}
|
ggml/ggml-model-q5_0.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9419a6e4af59c446f68cb23eb6fa7e878b4cfb9989a3c6e621c3e954b0ac66c4
|
3 |
+
size 175209680
|
ggml/ggml-model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f815dd20ba7aafc97a6e79fc186f436f3689c03dc7e4e3501ea8202f9cdf611
|
3 |
+
size 487601984
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 966995080
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e84c1a3876cbe8b0636e64210712ed6410f8e39ca432efbc072133aa49decb0b
|
3 |
size 966995080
|
runs/Feb07_15-10-58_84b21c4f8d12/events.out.tfevents.1707318661.84b21c4f8d12.2395.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c36d30e927900ccae1039014601f800f20981daba7bdbccb0b00236eb50c9353
|
3 |
+
size 18944
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a42c93de41395feac499e9dccd42c33af66e7360152fbe2e0924e06dd733085f
|
3 |
size 4920
|