Flurin17 commited on
Commit
ff467f5
·
1 Parent(s): 8fafa40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,11 +1,14 @@
1
  ---
2
  library_name: peft
3
  base_model: openai/whisper-large-v3
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
7
 
8
- <!-- Provide a quick summary of what the model is/does. -->
9
 
10
 
11
 
@@ -13,7 +16,7 @@ base_model: openai/whisper-large-v3
13
 
14
  ### Model Description
15
 
16
- <!-- Provide a longer summary of what this model is. -->
17
 
18
 
19
 
 
1
  ---
2
  library_name: peft
3
  base_model: openai/whisper-large-v3
4
+ license: apache-2.0
5
+ tags:
6
+ - swiss-german
7
  ---
8
 
9
  # Model Card for Model ID
10
 
11
+ Peft trained model on openai/whisper-large-v3 on swiss dataset SwissDial (all dialects). Translated from swiss german into german.
12
 
13
 
14
 
 
16
 
17
  ### Model Description
18
 
19
+ Used https://github.com/Vaibhavs10/fast-whisper-finetuning/blob/main/Whisper_w_PEFT.ipynb to finetune.
20
 
21
 
22