pere commited on
Commit
e3f325f
1 Parent(s): 5a168e5

Update model_def.json

Browse files
Files changed (1) hide show
  1. 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#": "# Finetuned Semantic model. \n\nThis model is trained 200 additional steps on top of the main model. The output from this model is less verbatim than when using the main model. The style might be more suited for instance for subtitling of videos since the goal is to use as few words as possible to express the essence of what is said.",
5
+ "#Size#": "Large",
6
+ "#size#": "large",
7
+ "#model_name#": "NbAiLabBeta/nb-whisper-semantic"
8
+ }
9
+ }