End of training
Browse files- README.md +23 -2
- config.json +2 -2
- model.safetensors +2 -2
- runs/May21_07-29-18_a5c818e92daf/events.out.tfevents.1716276599.a5c818e92daf.564.1 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -5,9 +5,24 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- zeroth_korean
|
|
|
|
|
8 |
model-index:
|
9 |
- name: wav2vec2-large-xlsr-test
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,6 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# wav2vec2-large-xlsr-test
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the zeroth_korean dataset.
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -41,11 +59,14 @@ The following hyperparameters were used during training:
|
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
- lr_scheduler_warmup_steps: 1000
|
44 |
-
- num_epochs:
|
45 |
- mixed_precision_training: Native AMP
|
46 |
|
47 |
### Training results
|
48 |
|
|
|
|
|
|
|
49 |
|
50 |
|
51 |
### Framework versions
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- zeroth_korean
|
8 |
+
metrics:
|
9 |
+
- wer
|
10 |
model-index:
|
11 |
- name: wav2vec2-large-xlsr-test
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Automatic Speech Recognition
|
15 |
+
type: automatic-speech-recognition
|
16 |
+
dataset:
|
17 |
+
name: zeroth_korean
|
18 |
+
type: zeroth_korean
|
19 |
+
config: clean
|
20 |
+
split: None
|
21 |
+
args: clean
|
22 |
+
metrics:
|
23 |
+
- name: Wer
|
24 |
+
type: wer
|
25 |
+
value: 1.0
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
# wav2vec2-large-xlsr-test
|
32 |
|
33 |
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the zeroth_korean dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 3.8883
|
36 |
+
- Wer: 1.0
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
59 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
- lr_scheduler_type: linear
|
61 |
- lr_scheduler_warmup_steps: 1000
|
62 |
+
- num_epochs: 50
|
63 |
- mixed_precision_training: Native AMP
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
68 |
+
|:-------------:|:-----:|:----:|:---------------:|:---:|
|
69 |
+
| 4.3921 | 50.0 | 1000 | 3.8883 | 1.0 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
config.json
CHANGED
@@ -86,7 +86,7 @@
|
|
86 |
"num_hidden_layers": 24,
|
87 |
"num_negatives": 100,
|
88 |
"output_hidden_size": 1024,
|
89 |
-
"pad_token_id":
|
90 |
"proj_codevector_dim": 768,
|
91 |
"tdnn_dilation": [
|
92 |
1,
|
@@ -112,6 +112,6 @@
|
|
112 |
"torch_dtype": "float32",
|
113 |
"transformers_version": "4.40.2",
|
114 |
"use_weighted_layer_sum": false,
|
115 |
-
"vocab_size":
|
116 |
"xvector_output_dim": 512
|
117 |
}
|
|
|
86 |
"num_hidden_layers": 24,
|
87 |
"num_negatives": 100,
|
88 |
"output_hidden_size": 1024,
|
89 |
+
"pad_token_id": 1204,
|
90 |
"proj_codevector_dim": 768,
|
91 |
"tdnn_dilation": [
|
92 |
1,
|
|
|
112 |
"torch_dtype": "float32",
|
113 |
"transformers_version": "4.40.2",
|
114 |
"use_weighted_layer_sum": false,
|
115 |
+
"vocab_size": 1207,
|
116 |
"xvector_output_dim": 512
|
117 |
}
|
model.safetensors
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:8a346d1ddbad64c8bae6aca9b02930843bdb005819bd785f7573a3940b0ac0e6
|
3 |
+
size 1266756196
|
runs/May21_07-29-18_a5c818e92daf/events.out.tfevents.1716276599.a5c818e92daf.564.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab9f65f4683471fe7158ac5ff14b16f81ca19a99380d635efaab6e3e0c2857e5
|
3 |
+
size 7472
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b70e04c2f17aa9d0e9220fe9544b0d646bf4718e4e51f980a6b92259ecd3c9cd
|
3 |
size 4984
|