pere commited on
Commit
c5597c8
1 Parent(s): ce1f877

Update model_def.json

Browse files
Files changed (1) hide show
  1. model_def.json +3 -3
model_def.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "template_url": "https://raw.githubusercontent.com/NbAiLab/nb-whisper/main/template.md",
3
  "replacements": {
4
- "#Finetuned#": "# Finetuned Verbatim model. \n\nThis model is trained 200 additional steps on top of the model below. This makes it outputting only text in lowercase and without punctation. It is also considerably more verbatim, and will not make any attempt at correcting grammatical errors in the text",
5
- "#Size#": "Small Verbatim",
6
  "#size#": "small",
7
- "#model_name#": "NbAiLabBeta/nb-whisper-medium-verbatim"
8
  }
9
  }
10
 
 
1
  {
2
  "template_url": "https://raw.githubusercontent.com/NbAiLab/nb-whisper/main/template.md",
3
  "replacements": {
4
+ "#Finetuned#": "",
5
+ "#Size#": "Small",
6
  "#size#": "small",
7
+ "#model_name#": "NbAiLabBeta/nb-whisper-small"
8
  }
9
  }
10