datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
lisbet-examplesdoc-formats-csv-1
[doc] formats - csv - 1
This dataset contains one csv file at the root:
data.csv
kind,sound
dog,woof
cat,meow
pokemon,pika
human,hello
The YAML section of the README does not contain anything related to loading the data (only the size category metadata):
---
size_categories:
- n<1K
---
code_search_net_python_10000_examplesmteb-example-submissionLM-SimBench_example
LM-SimBench (Example Snapshot)
Dataset Description
This repository distributes a compact example snapshot of LM-SimBench, the structured CSV release of large-scale LLM training-performance profiling data. The snapshot is provided so reviewers and readers can inspect file layout, schemas, and representative records without downloading the multi–tens-of-gigabyte full release.
The profiling methodology, software stack, and field definitions are the same as in the complete… See the full description on the dataset page: https://huggingface.co/datasets/anonymous-neurips26-ljasd/LM-SimBench_example.ml-interview-examples-movielens-1mdoc-splits-1
[doc] file names and splits 1
This dataset contains a data.csv file at the root.
ml-interview-examples-mm-imdbSwiftUI-Code-Examples
SwiftUI Code Solutions
Dataset Created by MCES10 Software has SwiftUI Code Problems and can be used for AI training for Code Generation
Recommendations
Train your LLM on the Swift and SwiftUI Framework Syntax before training it this
Fine Tune or Train Effectively at optimal Epochs and Learning Rates
Use the whole dataset for training
Your Model may need to be Prompt Tuned for the best performance but it isn't required.
Use test when testing or trialing the dataset
Use… See the full description on the dataset page: https://huggingface.co/datasets/MCES10-Software/SwiftUI-Code-Examples.Crosscoder-Qwen2.5-1.5B-vs-DeepScaleR-1.5B_max_activating_examplesSee Files and versions for pickled dictionaries and database versions of of max activating examples organized per available layer, as well as dataframes of available features.
doc-splits-3
[doc] file names and splits 3
This dataset contains three csv files at the root: my_train_file.csv, test-file.csv, validation1.csv.
doc-splits-2
[doc] file names and splits 2
This dataset contains three csv files at the root: train.csv, test.csv, validation.csv.
example_promoters_2kdoc-yaml-4
[doc] manual configuration 4
This dataset contains two csv files at the root, and a YAML field configs that specifies the data files and configs.
doc-yaml-2
[doc] manual configuration 2
This dataset contains two csv files in the data/ directory and one csv file in the holdout/ directory, and a YAML field configs that specifies the data files and splits.
doc-formats-tsv-3
[doc] formats - tsv - 3
This dataset contains one tsv file at the root:
data.tsv
dog woof
cat meow
pokemon pika
human hello
We define the config name in the YAML config, the file's exact location, and the columns' name. As we provide the names option, but not the header one, the first row in the file is considered a row of values, not a row of column names. The delimiter is set to "\t" (tabulation) due to the file's extension. The reference for the options is the documentation of… See the full description on the dataset page: https://huggingface.co/datasets/datasets-examples/doc-formats-tsv-3.apple-ecg-examples
Apple Watch 30-second ECG Examples
These are home-recorded 30-second ECGs taken with Apple Watch.
These examples are part of the Heart Arrhythmia Detection Tools (hadt) Project (hadt GitHub Repository) and are intended for educational and research purposes.
A demo where the dataset is used can be found in the hadt demo.
doc-yaml-3
[doc] manual configuration 3
This dataset contains two csv files in the data/ directory and one csv file in the holdout/ directory, and a YAML field configs that specifies the data files and splits, using glob expressions.
Taylor-Swift-ExampleNote: This is a copy of https://www.kaggle.com/datasets/thespacefreak/taylor-swift-song-lyrics-all-albums that I'm hosting over here for convenience for a workshop
doc-splits-4
[doc] file names and splits 4
This dataset contains three subdirectories, inside data/, called train, test and validation, with csv files in them.
doc-formats-tsv-2
[doc] formats - tsv - 2
This dataset contains one tsv file at the root:
data.tsv
kind sound
dog woof
cat meow
pokemon pika
human hello
We define the separator as "\t" (tabulation) in the YAML config, as well as the config name and the location of the file, with a glob expression:
configs:
- config_name: default
data_files: "*.tsv"
sep: "\t"
size_categories:
- n<1K
hcm-examples-aug-2024Dataset of some examples with hallucinations before and after passing through Vectara's Hallucination Correction Model. See our blogpost for details.
TikTok_MostComment_Video_Transcription_Example
📲 Example Dataset: TikTok Scraper Tool
👉 Start Scraping TikTok: TikTok Scraper Tool
✨ Key Features
⚡ Instant Transcription – Turn any TikTok video into an AI-ready transcript
🎯 Metadata – Get the title, language description, and video hashtags
🔗 URL-Based Access – Just drop in a TikTok video URL to start scraping
🧩 LLM-Ready Output – Receive clean JSON ready for agents, RAG, or AI tools
💸 Free Tier – Use up to 100 queries during the beta period
💫 Easy… See the full description on the dataset page: https://huggingface.co/datasets/Gopher-Lab/TikTok_MostComment_Video_Transcription_Example.doc-formats-csv-3
[doc] formats - csv - 3
This dataset contains one csv file at the root:
data.csv
# ignored comment
col1|col2
dog|woof
cat|meow
pokemon|pika
human|hello
We define the config name in the YAML config, as well as the exact location of the file, the separator as "|", the name of the columns, and the number of rows to ignore (the row #1 is a row of column headers, that will be replaced by the names option, and the row #0 is ignored). The reference for the options is the documentation… See the full description on the dataset page: https://huggingface.co/datasets/datasets-examples/doc-formats-csv-3.TikTok_Most_Shared_Video_Transcription_Example
📲 Example Dataset: TikTok Scraper Tool
👉 Start Scraping TikTok: TikTok Scraper Tool
✨ Key Features
⚡ Instant Transcription – Turn any TikTok video into an AI-ready transcript
🎯 Metadata – Get the title, language description, and video hashtags
🔗 URL-Based Access – Just drop in a TikTok video URL to start scraping
🧩 LLM-Ready Output – Receive clean JSON ready for agents, RAG, or AI tools
💸 Free Tier – Use up to 100 queries during the beta period
💫 Easy… See the full description on the dataset page: https://huggingface.co/datasets/Gopher-Lab/TikTok_Most_Shared_Video_Transcription_Example.example_annotated_code_repo_dataA description of the fields:
Column
What it captures
Typical values
id
Row identifier
1-100
repo_name
Example repository label
repo_14
file_path
Path + filename with extension
src/utils/parsefile.py
language
Programming language
Python, Java…
function_name
Target symbol that was reviewed
validateSession
annotation_summary
Free-text note written by the annotator
“Added input validation…”
potential_bug
Did the annotator flag a likely bug? (Yes/No)… See the full description on the dataset page: https://huggingface.co/datasets/hackerrank/example_annotated_code_repo_data.example-dataset
Dataset Card for Dataset Name
Dataset Summary
This dataset card aims to be a base template for new datasets. It has been generated using this raw template.
Supported Tasks and Leaderboards
[More Information Needed]
Languages
[More Information Needed]
Dataset Structure
Data Instances
[More Information Needed]
Data Fields
[More Information Needed]
Data Splits
[More Information Needed]
Dataset Creation… See the full description on the dataset page: https://huggingface.co/datasets/harpomaxx/example-dataset.doc-splits-6
[doc] file names and splits 6
This dataset contains six files at the root, four for the training split, and two for the test split.
max-activating-examples-gemma-2-2b-l13-ckissaneon_the_books_example
Dataset Card for Dataset Name
Dataset Summary
This dataset card aims to be a base template for new datasets. It has been generated using this raw template.
Supported Tasks and Leaderboards
[More Information Needed]
Languages
[More Information Needed]
Dataset Structure
Data Instances
[More Information Needed]
Data Fields
[More Information Needed]
Data Splits
[More Information Needed]
Dataset Creation… See the full description on the dataset page: https://huggingface.co/datasets/davanstrien/on_the_books_example.
