Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Colab Notebook and Add Chinese Version of the Notebook #128

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# MT3:一种多乐器音乐转录模型

MT3是一种使用[T5X框架](https://github.com/google-research/t5x)的多乐器自动音乐转换模型。
这不是Google的正式支持产品。

## 转录你自己的音频
使用我们的[colab notebook](https://colab.research.google.com/github/magenta/mt3/blob/main/mt3/colab/music_transcription_with_transformers.ipynb)来转录你选择的音频文件。
你可以使用我们在[ISMIR 2021 paper](https://archives.ismir.net/ismir2021/paper/000030.pdf)中描述的钢琴转录模型预训练的检查点,或者使用在[ICLR 2022 paper](https://openreview.net/pdf?id=iMSjopcOn0p)中描述的多乐器转录模型预训练的检查点。

## 训练一个模型
现在,我们提供便捷的模型训练支持。如果你愿意,你可以尝试遵循[T5X训练说明](https://github.com/google-research/t5x#training),并使用[tasks.py](mt3/tasks.py)训练模型。
Loading