hans00 commited on
Commit
43ab0b2
·
verified ·
1 Parent(s): 2eb8a98

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "ten_vad",
3
+ "hidden_dim": 64,
4
+ "feature_len": 41,
5
+ "context_window_len": 3
6
+ }
7
+
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2c36a10ff37f2d5e29059d19b93053d91f3c19e38ca0c903d42416c4cd5ae67
3
+ size 319941
onnx/model_bnb4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e89e0308bcc042a1789e73aaea48c46bbbb025fe8bf4265e351cddb35e2bf0b5
3
+ size 306275
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4450ab16d8c33f72da39e63d96aee9d7e4c6ad8a59cd69c2cb480cfe8cfc9951
3
+ size 166305
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca08e9b173dccc7ebc137bc9af646594a53d69fc30cbcb4718864db5613d1b50
3
+ size 113309
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ae2cb1a70a75b1746936186c04317d9cd1cdd7547546912dfef0835be8d191c
3
+ size 306517
onnx/model_q4f16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:930260c907742cff8ab80ac2d1e32506dfdf84e72a46499018f974d65c359061
3
+ size 160882
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c143a6f82d876e958d18c6b828e418681c73f23bf54c3fdbd73660e1089ab1c8
3
+ size 113315
onnx/model_uint8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c143a6f82d876e958d18c6b828e418681c73f23bf54c3fdbd73660e1089ab1c8
3
+ size 113315
preprocessor_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "processor_class": "TenVadFeatureExtractor",
3
+ "feature_extractor_type": "TenVadFeatureExtractor",
4
+ "sampling_rate": 16000,
5
+ "hop_size": 256,
6
+ "window_size": 512,
7
+ "fft_size": 1024,
8
+ "mel_bins": 40,
9
+ "lookahead_nfrm": 1,
10
+ "context_window_len": 3
11
+ }
12
+