-
Notifications
You must be signed in to change notification settings - Fork 103
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
Translation to Portuguese-Brazil #173
Comments
I encountered some difficulties when attempting to use the preview feature, as outlined in the README and on the hf-doc-builder repository page. Initially, I tried installing hf-doc-builder with the command However, this method also proved unsuccessful, leading to the same complications. Beyond the primary issue of encountering a 404 error when attempting to execute the To successfully use the preview feature, I found it necessary to directly clone the hf-doc-builder from its source at https://github.com/huggingface/hf-doc-builder. After cloning, I switched to the tag for version 0.4.0 and installed it from the sources using |
Upon further investigation, I uncovered the root cause of the issues I was experiencing with the preview feature of the hf-doc-builder package. The crux of the problem lies in how the doc-builder project locates a folder named "kit." This folder is pivotal as it contains the Node.js code that doc-builder is designed to invoke. The operational logic embedded within doc-builder is quite specific: if the current working directory is recognized as a Git repository and contains a folder named "kit," doc-builder opts to utilize this folder. Therefore, when cloning the repository and switching to tag v0.4.0, doc-builder correctly identifies and uses the "kit" folder that is tailored for that version. Contrastingly, the situation diverges when doc-builder is installed via pip. In this scenario, the "kit" folder is absent from the installation, which triggers a fallback mechanism within the utility logic, coded in Moreover, a closer examination of the contents within the "kit" folder reveals significant changes, likely introduced between versions 0.4.0 and 0.5.0. These alterations could be the underlying cause of the 404 errors encountered during preview attempts. It appears that these version-specific changes to the "kit" folder's structure or its contents are not compatible with certain versions of the doc-builder, thus necessitating the direct installation from the source for the intended version to ensure functionality and compatibility. This insight not only resolves the initial quandary but also underscores the importance of version alignment between the doc-builder and its dependent "kit" folder for seamless operation. |
Hi there 👋
Let's translate the course to
pt-BR
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, whereissue-number
is the number of this issue.Chapters
** TOC **
_toctree.yml
Unit 0 - Welcome to the course!
introduction.mdx
get_ready.mdx
community.mdx
Unit 1 - Working with audio data
introduction.mdx
audio_data.mdx
load_and_explore.mdx
preprocessing.mdx
streaming.mdx
quiz.mdx
supplemental_reading.mdx
Unit 2 - A gentle introduction to audio applications
introduction.mdx
audio_classification_pipeline.mdx
asr_pipeline.mdx
tts_pipeline.mdx
hands_on.mdx
Unit 3 - Transformer architectures for audio
introduction.mdx
ctc.mdx
seq2seq.mdx
classification.mdx
quiz.mdx
supplemental_reading.mdx
Unit 4 - Build a music genre classifier
introduction.mdx
classification_models.mdx
fine-tuning.mdx
demo.mdx
hands_on.mdx
Unit 5 - Automatic Speech Recognition
.mdx`](https://github.com/rrg92/audio-transformers-course/blob/main/chapters/pt-BR/chapter5/introduction.mdx)
asr_models.mdx
choosing_dataset.mdx
evaluation.mdx
fine-tuning.mdx
demo.mdx
hands_on.mdx
supplemental_reading.mdx
Unit 6 - From text to speech
introduction.mdx
tts_datasets.mdx
pre-trained_models.mdx
fine-tuning.mdx
evaluation.mdx
hands_on.mdx
supplemental_reading.mdx
Unit 7 - Putting it all together
introduction.mdx
speech-to-speech.mdx
voice-assistant.mdx
transcribe-meeting.mdx
hands_on.mdx
supplemental_reading.mdx
Unit 8 - Finish line
introduction.mdx
certification.mdx
Course Events
introduction.mdx
The text was updated successfully, but these errors were encountered: