jed351 commited on
Commit
640a21f
1 Parent(s): c628c44

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - mozilla-foundation/common_voice_11_0
4
+ language:
5
+ - zh
6
+ ---
7
+ # whisper-large-v2-LORA
8
+
9
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the mozilla-foundation/common_voice_11_0 zh-HK dataset.
10
+
11
+ Trained by following the instructions in this [notebook](https://colab.research.google.com/drive/1DOkD_5OUjFa0r5Ik3SgywJLJtEo2qLxO?usp=sharing) for around 3 epochs.
12
+
13
+
14
+ Inference instructions could be found in my [notebook](https://colab.research.google.com/github/jedcheng/cantonese_langauge_model/blob/main/whisper_large_int8_inference.ipynb)