cahya commited on
Commit
1899430
1 Parent(s): 2e66431

add alphapbet

Browse files
Files changed (3) hide show
  1. alphabet.json +1 -0
  2. config.json +1 -2
  3. preprocessor_config.json +1 -0
alphabet.json ADDED
@@ -0,0 +1 @@
 
1
+ {"labels": [" ", "-", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "\u00e2", "\u00e7", "\u00eb", "\u00ee", "\u00f6", "\u00fc", "\u011f", "\u0131", "\u015f", "\u0307", "\u2047", "" ], "is_bpe": false}
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "cahya/wav2vec2-base-turkish-artificial-cv",
3
  "activation_dropout": 0.1,
4
  "adapter_kernel_size": 3,
5
  "adapter_stride": 2,
@@ -98,7 +98,6 @@
98
  1,
99
  1
100
  ],
101
- "torch_dtype": "float32",
102
  "transformers_version": "4.17.0.dev0",
103
  "use_weighted_layer_sum": false,
104
  "vocab_size": 40,
1
  {
2
+ "_name_or_path": "cahya/wav2vec2-base-turkish-artificial",
3
  "activation_dropout": 0.1,
4
  "adapter_kernel_size": 3,
5
  "adapter_stride": 2,
98
  1,
99
  1
100
  ],
 
101
  "transformers_version": "4.17.0.dev0",
102
  "use_weighted_layer_sum": false,
103
  "vocab_size": 40,
preprocessor_config.json CHANGED
@@ -4,6 +4,7 @@
4
  "feature_size": 1,
5
  "padding_side": "right",
6
  "padding_value": 0.0,
 
7
  "return_attention_mask": true,
8
  "sampling_rate": 16000
9
  }
4
  "feature_size": 1,
5
  "padding_side": "right",
6
  "padding_value": 0.0,
7
+ "processor_class": "Wav2Vec2ProcessorWithLM",
8
  "return_attention_mask": true,
9
  "sampling_rate": 16000
10
  }