😎 基于InternLM的“黄梅戏艺术家” #496
GuoYiFantastic
started this conversation in
project
Replies: 1 comment 1 reply
-
哇塞,这个创意好棒!!! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
1.灵感 😀
期末周之前就给寒假立了个flag:做一个家乡话的NLP模型。后恰赶上InternLM训练营的东风,于是想利用书生·浦语大模型全链路开源体系和上海人工智能实验室的算力支持,做一个家乡话的大模型。但是调研发现,国内在人工智能&方言领域已经有诸多团队做得很好。于是,我选择了基于InternLM的“黄梅戏艺术家” 😎。
2.功能介绍
2.1 唱戏
输入:键入一句话;
输出:一段语音,用黄梅戏的腔调唱出这句话。
2.2 个性化唱腔(待)
3.工作
3.1 针对InternLM的微调策略
3.1.1 soundfile库
wav2array.py:
构建数据集和测试集:split2train_and_test.py
安装依赖、模型下载、配置文件、开始微调、转换合并、部署测试。
3.2 构建数据集
3.2.1 Spleeter提取纯人声
3.2.2 人声切割
欲获得大数据集,亲耳听歌、亲手切割
.mp3
文件显然不可能,妙用.lrc
文件。浅析.lrc文件Beta Was this translation helpful? Give feedback.
All reactions