Upload stt-1b-de-q8/moshi-de-backend-config.json with huggingface_hub
Browse files
stt-1b-de-q8/moshi-de-backend-config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"instance_name": "moshi-de-backend",
|
| 3 |
+
"hf_repo": "kyutai/stt-1b-en_fr",
|
| 4 |
+
"lm_model_file": "/__modal/volumes/vo-R0f20Tluv2F4f7KK0mTs50/exported/stt-1b-de/model.safetensors",
|
| 5 |
+
"text_tokenizer_file": "/data/tokenizer_de.model",
|
| 6 |
+
"log_dir": "/__modal/volumes/vo-R0f20Tluv2F4f7KK0mTs50/exported/stt-1b-de",
|
| 7 |
+
"mimi_model_file": "hf://kyutai/moshiko-pytorch-bf16/tokenizer-e351c8d8-checkpoint125.safetensors",
|
| 8 |
+
"mimi_num_codebooks": 32,
|
| 9 |
+
"batch_size": 1,
|
| 10 |
+
"addr": "127.0.0.1",
|
| 11 |
+
"port": 8998,
|
| 12 |
+
"cert_dir": "."
|
| 13 |
+
}
|