Upload 2 files
Browse files- config.json +19 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architecture": "smart_turn",
|
| 3 |
+
"max_audio_seconds": 8,
|
| 4 |
+
"model_type": "smart_turn",
|
| 5 |
+
"onnx_input_name": "input_features",
|
| 6 |
+
"onnx_input_shape": [
|
| 7 |
+
"s6",
|
| 8 |
+
80,
|
| 9 |
+
800
|
| 10 |
+
],
|
| 11 |
+
"onnx_output_name": "logits",
|
| 12 |
+
"onnx_output_shape": [
|
| 13 |
+
"s6",
|
| 14 |
+
1
|
| 15 |
+
],
|
| 16 |
+
"sample_rate": 16000,
|
| 17 |
+
"source_onnx": "smart-turn-v3.2-gpu.onnx",
|
| 18 |
+
"threshold": 0.5
|
| 19 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a59ee23935da654f7d3250d94de03550314e03df6cb7971176516e29dc001a1
|
| 3 |
+
size 32009744
|