njand commited on
Commit
496420e
·
verified ·
1 Parent(s): bb7f617

Upload folder using huggingface_hub

Browse files
config.json CHANGED
@@ -101,7 +101,7 @@
101
  1,
102
  1
103
  ],
104
- "transformers_version": "5.14.1",
105
  "use_cache": false,
106
  "use_weighted_layer_sum": false,
107
  "vocab_size": 36,
 
101
  1,
102
  1
103
  ],
104
+ "transformers_version": "4.57.6",
105
  "use_cache": false,
106
  "use_weighted_layer_sum": false,
107
  "vocab_size": 36,
model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13f5fea463dd10c7515d5743df4f28848379cd21436d50592310368f32a058e3
3
+ size 1262303808
model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c45d4390ce42dbe43eeb966f4ebc0e4cbb3cfe126c191cd4173538bbaacfacc4
3
+ size 355091131
ort_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "one_external_file": true,
3
+ "opset": null,
4
+ "optimization": {},
5
+ "quantization": {
6
+ "activations_dtype": "QUInt8",
7
+ "activations_symmetric": false,
8
+ "format": "QOperator",
9
+ "is_static": false,
10
+ "mode": "IntegerOps",
11
+ "nodes_to_exclude": [],
12
+ "nodes_to_quantize": [],
13
+ "operators_to_quantize": [
14
+ "MatMul"
15
+ ],
16
+ "per_channel": false,
17
+ "qdq_add_pair_to_weight": false,
18
+ "qdq_dedicated_pair": false,
19
+ "qdq_op_type_per_channel_support_to_axis": {
20
+ "MatMul": 1
21
+ },
22
+ "reduce_range": false,
23
+ "weights_dtype": "QUInt8",
24
+ "weights_symmetric": true
25
+ },
26
+ "use_external_data_format": false
27
+ }
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,
7
+ "processor_class": "Wav2Vec2Processor",
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 16000
10
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": true,
19
+ "normalized": false,
20
+ "rstrip": true,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "[UNK]",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": true,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer_config.json CHANGED
@@ -43,8 +43,10 @@
43
  },
44
  "backend": "custom",
45
  "bos_token": "<s>",
 
46
  "do_lower_case": false,
47
  "eos_token": "</s>",
 
48
  "is_local": false,
49
  "local_files_only": false,
50
  "model_max_length": 1000000000000000019884624838656,
 
43
  },
44
  "backend": "custom",
45
  "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": false,
47
  "do_lower_case": false,
48
  "eos_token": "</s>",
49
+ "extra_special_tokens": {},
50
  "is_local": false,
51
  "local_files_only": false,
52
  "model_max_length": 1000000000000000019884624838656,