Create README.md
#4
by nodemon - opened
README.md
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-classification
|
| 5 |
+
- other
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- audio
|
| 10 |
+
- images
|
| 11 |
+
- tutorial
|
| 12 |
+
- course
|
| 13 |
+
- huggingface-course
|
| 14 |
+
- documentation
|
| 15 |
+
- huggingscience
|
| 16 |
+
- science
|
| 17 |
+
pretty_name: Hugging Face Audio Course — Images
|
| 18 |
+
size_categories:
|
| 19 |
+
- n<1K
|
| 20 |
+
---
|
| 21 |
+
# Dataset Card for huggingface-course/audio-course-images
|
| 22 |
+
|
| 23 |
+
A small utility dataset of images used in the Hugging Face **Audio Course** materials (slides, notebooks, docs, and examples).
|
| 24 |
+
|
| 25 |
+
## Dataset Details
|
| 26 |
+
|
| 27 |
+
### Dataset Description
|
| 28 |
+
Images (diagrams, icons, figures, screenshots) supporting lessons in the Hugging Face Audio Course.
|
| 29 |
+
|
| 30 |
+
- **Curated by:** Hugging Face Course Team
|
| 31 |
+
- **Funded by [optional]:** N/A
|
| 32 |
+
- **Shared by [Hugging Face]:**
|
| 33 |
+
- **Language(s) (NLP):** en (for any embedded text in figures)
|
| 34 |
+
- **License:** Apache-2.0
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
### Dataset Sources [optional]
|
| 39 |
+
|
| 40 |
+
<!-- Provide the basic links for the dataset. -->
|
| 41 |
+
|
| 42 |
+
- **Repository:** https://huggingface.co/datasets/huggingface-course/audio-course-images
|
| 43 |
+
|
| 44 |
+
## Uses
|
| 45 |
+
|
| 46 |
+
### Direct Use
|
| 47 |
+
- Embedding the images in course notebooks, docs, slides, and tutorials.
|
| 48 |
+
- Providing visual assets for education, talks, and example scripts.
|
| 49 |
+
|
| 50 |
+
### Out-of-Scope Use
|
| 51 |
+
- Benchmarking or training image models (no labels or task-targeted annotations).
|
| 52 |
+
- Any use requiring semantic annotations beyond what’s included.
|
| 53 |
+
|
| 54 |
+
## Dataset Structure
|
| 55 |
+
- Primary field: `image` (Hugging Face `Image` feature / PIL Image).
|
| 56 |
+
- Optional metadata fields (if present): `file_name` (str), `caption` (str).
|
| 57 |
+
|
| 58 |
+
Splits: single collection (no train/val/test splits expected).
|
| 59 |
+
|
| 60 |
+
## Dataset Creation
|
| 61 |
+
|
| 62 |
+
### Curation Rationale
|
| 63 |
+
Provide a single, versioned source of course images to improve reproducibility and portability of the Audio Course.
|
| 64 |
+
|
| 65 |
+
### Source Data
|
| 66 |
+
|
| 67 |
+
#### Data Collection and Processing
|
| 68 |
+
Images authored or exported for the course; minimal processing (format/size normalization when necessary).
|
| 69 |
+
|
| 70 |
+
#### Who are the source data producers?
|
| 71 |
+
Hugging Face Course Team and contributors.
|
| 72 |
+
|
| 73 |
+
### Recommendations
|
| 74 |
+
Use for education and documentation. Do not treat it as a benchmark or labeled training corpus.
|
| 75 |
+
|
| 76 |
+
## Citation [optional]
|
| 77 |
+
|
| 78 |
+
**BibTeX:**
|
| 79 |
+
```bibtex
|
| 80 |
+
@misc{hf_audio_course_images,
|
| 81 |
+
title = {Hugging Face Audio Course — Images},
|
| 82 |
+
author = {Hugging Face},
|
| 83 |
+
year = {2025},
|
| 84 |
+
howpublished = {\url{https://huggingface.co/datasets/huggingface-course/audio-course-images}},
|
| 85 |
+
note = {Images used in the Hugging Face Audio Course}
|
| 86 |
+
}
|