FSQ
commited on
Commit
·
05d90e9
1
Parent(s):
9a2a658
Initial commit
Browse files- config.json +2 -2
- preprocessor_config.json +10 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.1,
|
4 |
"adapter_kernel_size": 3,
|
5 |
"adapter_stride": 2,
|
@@ -113,7 +113,7 @@
|
|
113 |
],
|
114 |
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
115 |
"torch_dtype": "float32",
|
116 |
-
"transformers_version": "4.
|
117 |
"use_weighted_layer_sum": false,
|
118 |
"vocab_size": 31,
|
119 |
"xvector_output_dim": 512
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/data/ruchao/workdir/SPAPL_KidsASR/egs/OGI/exp/wavlm_large_fullfinetuning_lr3e-4_specaugt05f05_2gpus_bth8_grad2_12ksteps_warm1k/checkpoint-12000",
|
3 |
"activation_dropout": 0.1,
|
4 |
"adapter_kernel_size": 3,
|
5 |
"adapter_stride": 2,
|
|
|
113 |
],
|
114 |
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
115 |
"torch_dtype": "float32",
|
116 |
+
"transformers_version": "4.48.1",
|
117 |
"use_weighted_layer_sum": false,
|
118 |
"vocab_size": 31,
|
119 |
"xvector_output_dim": 512
|
preprocessor_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
+
"feature_size": 1,
|
5 |
+
"padding_side": "right",
|
6 |
+
"padding_value": 0.0,
|
7 |
+
"processor_class": "Wav2Vec2Processor",
|
8 |
+
"return_attention_mask": true,
|
9 |
+
"sampling_rate": 16000
|
10 |
+
}
|