Update model_def.json
Browse files- model_def.json +9 -0
model_def.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"template_url": "https://raw.githubusercontent.com/NbAiLab/nb-whisper/main/template.md",
|
3 |
+
"replacements": {
|
4 |
+
"#Finetuned#": "",
|
5 |
+
"#Size#": "Tiny",
|
6 |
+
"#size#": "tiny",
|
7 |
+
"#model_name#": "NbAiLabBeta/nb-whisper-tiny"
|
8 |
+
}
|
9 |
+
}
|