From e1729a125642918e8ac21a70271858d14ae23ac8 Mon Sep 17 00:00:00 2001 From: Sammy Javed Date: Wed, 3 Jan 2024 16:53:34 -0800 Subject: [PATCH 1/3] Classify minds-14 on audio rather than path --- chapters/en/chapter4/classification_models.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/en/chapter4/classification_models.mdx b/chapters/en/chapter4/classification_models.mdx index ceebee9..782b8a9 100644 --- a/chapters/en/chapter4/classification_models.mdx +++ b/chapters/en/chapter4/classification_models.mdx @@ -66,7 +66,7 @@ classifier = pipeline( Finally, we can pass a sample to the classification pipeline to make a prediction: ```python -classifier(minds[0]["path"]) +classifier(minds[0]["audio"]) ``` **Output:** ``` From b87efeb1918e4db0c3db70561455b76077a40841 Mon Sep 17 00:00:00 2001 From: Artyom Boyko Date: Sat, 13 Jan 2024 12:19:30 +0300 Subject: [PATCH 2/3] Added the table Languages and translations to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6acaf98..597687a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,18 @@ This repo contains the content that's used to create [Hugging Face's Audio Transformers Course](https://huggingface.co/learn/audio-course/). The course teaches you about applying Transformers to various tasks in audio and speech processing.It's completely free and open-source! +## 🌎 Languages and translations + +| Language | Source | Authors | +|:------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [Bengali](https://huggingface.co/learn/audio-course/bn/chapter0/introduction) | [`chapters/bn`](https://github.com/huggingface/audio-transformers-course/tree/main/chapters/bn) | | +| [English](https://huggingface.co/learn/audio-course/chapter0/introduction) | [`chapters/en`](https://github.com/huggingface/audio-transformers-course/tree/main/chapters/en) | | +| [Spanish](https://huggingface.co/learn/audio-course/es/chapter0/introduction) | [`chapters/es`](https://github.com/huggingface/audio-transformers-course/tree/main/chapters/es) | | +| [French](https://huggingface.co/learn/audio-course/fr/chapter0/introduction) | [`chapters/fr`](https://github.com/huggingface/audio-transformers-course/tree/main/chapters/fr) | | +| [Korean](https://huggingface.co/learn/audio-course/ko/chapter0/introduction) | [`chapters/ko`](https://github.com/huggingface/audio-transformers-course/tree/main/chapters/ko) | | +| [Russian](https://huggingface.co/learn/audio-course/ru/chapter0/introduction) | [`chapters/ru`](https://github.com/huggingface/audio-transformers-course/tree/main/chapters/ru) | | +| [Turkish](https://huggingface.co/learn/audio-course/tr/chapter0/introduction) | [`chapters/tr`](https://github.com/huggingface/audio-transformers-course/tree/main/chapters/tr) | | +| [Chinese (simplified)](https://huggingface.co/learn/audio-course/zh-CN/chapter0/introduction) | [`chapters/zh-CN`](https://github.com/huggingface/audio-transformers-course/tree/main/chapters/zh-CN) | | ### Translating the course into your language From 1da43b9eea0f97e71b8d479e8a097ac3c006f7c0 Mon Sep 17 00:00:00 2001 From: Artyom Boyko Date: Mon, 15 Jan 2024 21:30:27 +0300 Subject: [PATCH 3/3] Update README.md Filled in the table for the Russian course translation team. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 597687a..879cda5 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The course teaches you about applying Transformers to various tasks in audio and | [Spanish](https://huggingface.co/learn/audio-course/es/chapter0/introduction) | [`chapters/es`](https://github.com/huggingface/audio-transformers-course/tree/main/chapters/es) | | | [French](https://huggingface.co/learn/audio-course/fr/chapter0/introduction) | [`chapters/fr`](https://github.com/huggingface/audio-transformers-course/tree/main/chapters/fr) | | | [Korean](https://huggingface.co/learn/audio-course/ko/chapter0/introduction) | [`chapters/ko`](https://github.com/huggingface/audio-transformers-course/tree/main/chapters/ko) | | -| [Russian](https://huggingface.co/learn/audio-course/ru/chapter0/introduction) | [`chapters/ru`](https://github.com/huggingface/audio-transformers-course/tree/main/chapters/ru) | | +| [Russian](https://huggingface.co/learn/audio-course/ru/chapter0/introduction) | [`chapters/ru`](https://github.com/huggingface/audio-transformers-course/tree/main/chapters/ru) | [@blademoon](https://github.com/blademoon), [@Lightmourne](https://github.com/Lightmourne) | | [Turkish](https://huggingface.co/learn/audio-course/tr/chapter0/introduction) | [`chapters/tr`](https://github.com/huggingface/audio-transformers-course/tree/main/chapters/tr) | | | [Chinese (simplified)](https://huggingface.co/learn/audio-course/zh-CN/chapter0/introduction) | [`chapters/zh-CN`](https://github.com/huggingface/audio-transformers-course/tree/main/chapters/zh-CN) | |