ChenChenyu commited on
Commit
2ba7bc7
·
verified ·
1 Parent(s): 2e56272

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - ChenChenyu/VoiceDataSet
4
+ base_model:
5
+ - openai/whisper-large-v3-turbo
6
+ ---
7
+ # whisper-large-v3-turbo微调模型
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+ 对whisper-large-v3-turbo开源模型用粤语和四川话数据集进行微调,得到微调后的模型。
10
+ ## 微调后测试cer
11
+ | | 带符号 | 去符号 |
12
+ | :-----| ----: | :----: |
13
+ | 微调前 | 0.8835504720183913 | 0.831893711149071 |
14
+ | 微调后 | 0.16332876251694223 | 0.14408498883946694 |
15
+ ## 微调所用数据集
16
+ ChenChenyu/VoiceDataSet