huggingface / huggingface/audio-transformers-course

Translation to Simplified Chinese

Open
#59 10 comments 0 reactions 0 assignees View on GitHub
Dominant language
MDX
Stars
521
Forks
155
Avg merge
6m
Merged PRs (30d)
1

Description

Hi there 👋

Let's translate the course to `Simplified Chinese` so that the whole community can benefit from this resource 🌎!

Below are the chapters and files that need translating - let us know here if you'd like to translate any and we'll add your name to the list. Once you're finished, open a pull request and tag this issue by including `#issue-number` in the description, where `issue-number` is the number of this issue.

> 🙋 If you'd like others to help you with the translation, you can also post in our [forums](https://discuss.huggingface.co/c/course/20) or tag [@_lewtun](https://twitter.com/_lewtun) on Twitter to gain some visibility.

## Chapters

**Unit 0: Welcome to the course!**
- [x] [`introduction.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter0/introduction.mdx)
- [x] [`get_ready.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter0/get_ready.mdx)
- [x] [`Community.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter0/community.mdx)

**Unit 1: Working with audio data**
- [x] [`introduction.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter1/introduction.mdx)
- [x] [`audio_data.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter1/audio_data.mdx)
- [x] [`load_and_explore.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter1/load_and_explore.mdx)
- [x] [`preprocessing.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter1/preprocessing.mdx)
- [x] [`streaming.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter1/streaming.mdx)
- [x] [`quiz.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter1/quiz.mdx)
- [x] [`supplemental_reading.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter1/supplemental_reading.mdx)

**Unit 2: A gentle introduction to audio applications**
- [x] [`introductoin.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter2/introduction.mdx)
- [x] [`audio_classification_pipeline.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter2/audio_classification_pipeline.mdx)
- [x] [`asr_pipeline.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter2/asr_pipeline.mdx)
- [x] [`hands_on.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter2/hands_on.mdx)

**Unit 3: Transformer architectures for audio**
- [x] [`introduction.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter3/introduction.mdx)
- [x] [`ctc.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter3/ctc.mdx)
- [x] [`seq2seq.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter3/seq2seq.mdx)
- [x] [`classification.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter3/classification.mdx)
- [x] [`quiz.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter3/quiz.mdx)
- [x] [`supplemental_reading.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter3/supplemental_reading.mdx)

**Unit 4: Build a music genre classifier**
- [x] [`introduction.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter4/introduction.mdx)
- [x] [`classification_models.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter4/classification_models.mdx)
- [ ] [`fine_tuning.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter4/fine_tuning.mdx)
- [ ] [`demo.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter4/demo.mdx)
- [ ] [`hands_on.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter4/hands_on.mdx)

**Unit 5: Automatic speech recognition**
- [ ] [`introduction.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter5/introduction.mdx)
- [ ] [`asr_models.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter5/asr_models.mdx)
- [ ] [`choosing_dataset.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter5/choosing_dataset.mdx)
- [ ] [`evaluation.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter5/evaluation.mdx)
- [ ] [`fine-tuning.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter5/fine-tuning.mdx)
- [ ] [`demo.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter5/demo.mdx)
- [ ] [`hands_on.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter5/hands_on.mdx)
- [ ] [`supplemental_reading`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter5/supplemental_reading.mdx)

**Unit 6: From text to speech**
- [ ] [`introduction.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter6/introduction.mdx)
- [ ] [`tts_datasets.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter6/tts_datasets.mdx)
- [ ] [`pre-trained_models.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter6/pre-trained_models.mdx)
- [ ] [`fine-tuning.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter6/fine-tuning.mdx)
- [ ] [`evaluation.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter6/evaluation.mdx)
- [ ] [`hands_on.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter6/hands_on.mdx)
- [ ] [`supplemental_reading.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter6/supplemental_reading.mdx)

**Unit 7: Pulling it all together**
- [ ] [`introduction.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter7/introduction.mdx)
- [ ] [`speech-to-speech.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter7/speech-to-speech.mdx)
- [ ] [`voice-assistant.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter7/voice-assistant.mdx)
- [ ] [`transcribe-meeting.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter7/transcribe-meeting.mdx)
- [ ] [`hands-on.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter7/hands-on.mdx)
- [ ] [`supplemental_reading.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter7/supplemental_reading.mdx)

**Unit 8: Finish line**
- [ ] [`introduction.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter8/certification.mdx)
- [ ] [`certification.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/chapter8/certification.mdx)

**Course Events**
- [ ] [`introduction.mdx`](https://github.com/huggingface/audio-transformers-course/blob/main/chapters/en/events/introduction.mdx)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the unchecked chapter files listed under chapters/en, using the completed entries to understand the translation progress. Translate the remaining Simplified Chinese course content, then open a pull request and reference issue #59 in its description; completion means the remaining listed files are translated.

Written by the indexing model from the issue text.

Assessment

Domain
documentation, localization
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.