datasetId
large_stringlengths
7
116
likes
int64
0
9.77k
downloads
int64
0
1.56M
labels
large listlengths
1
34
text
large_stringlengths
300
496k
issai/MMLU-Pro_Kazakh_Russian
2
75
[ "question-answering" ]
## Dataset Summary These are the machine-translated Kazakh and Russian versions of the [MMLU-Pro (Massive Multitask Language Understanding Pro)](https://huggingface.co/datasets/TIGER-Lab/MMLU-Pro) dataset (test set). These datasets are used to test the world knowledge and problem-solving capabilities of large langua...
missvector/linux-commands
94
273
[ "text-generation" ]
## LinLM Dataset A curated synthetic dataset for Linux command inference Natural language description -> shell commands Features: - Supports 10 languages - Arch Linux commands recognition - Fine-tune LLM for development, system administration, file operations, Git, Docker, and more ## Usage ```python from datas...
dennlinger/klexikon
11
163
[ "summarization" ]
# Dataset Card for the Klexikon Dataset ## Table of Contents - [Version History](#version-history) - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Da...
timodonnell/afdb-24M
0
762
[ "text-generation" ]
# AFDB-24M — AlphaFold Database Structures with Cluster-Based Splits A curated subset of ~24 million [AlphaFold Database](https://alphafold.ebi.ac.uk/) (AFDB) v4 predicted protein structures, stored as sharded Parquet files. Each row contains the raw mmCIF structure text alongside metadata, precomputed cluster IDs, an...
omilab/hebrew_sentiment
2
42
[ "text-classification" ]
# Dataset Card for HebrewSentiment ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instan...
LibreYOLO/aerial-cows
0
4,855
[ "object-detection" ]
# Aerial Cows This dataset is part of the **Roboflow 100** benchmark, a diverse collection of 100 object detection datasets spanning 7 imagery domains. ## Dataset Description - **Source:** [Roboflow 100](https://github.com/roboflow/roboflow-100-benchmark) - **Category:** Aerial - **License:** CC-BY-4.0 - **Format:**...
IIRL-NotreDame/ADRD-Bench
1
80
[ "question-answering" ]
# ADRD-Bench Benchmark [![arXiv](https://img.shields.io/badge/arXiv-2602.11460-b31b1b.svg)](https://arxiv.org/abs/2602.11460) Paper: https://arxiv.org/abs/2602.11460 **ADRD-Bench** is a **benchmark specifically designed for Alzheimer’s Disease and Related Dementias (ADRD)** to rigorously evaluate large language mode...
Mobiusi/Asparagus-Packaging-Recognition-Dataset
1
20
[ "object-detection" ]
# Asparagus Packaging Recognition Dataset With the advancement of agricultural modernization, the need for packaging detection of agricultural products such as asparagus is increasing. However, existing automatic recognition systems face challenges such as brand diversity and packaging complexity, leading to low recog...
tinixai/ocr_annual_financials
19
7,834
[ "summarization", "text-generation", "token-classification" ]
# 📋 TiniX Vietnam OCR Annual Financial Statements (2015–2025) ## 📌 Overview **TiniX Vietnam OCR Annual Financial Statements** là bộ dữ liệu tài liệu tài chính tiếng Việt quy mô lớn, bao gồm: - File PDF gốc của báo cáo tài chính thường niên - Văn bản OCR được trích xuất tương ứng từ từng tài liệu Dữ liệu bao phủ c...
qinchuanhui/UDA-QA
5
299
[ "question-answering", "table-question-answering", "text-generation" ]
# Dataset Card for Dataset Name [NIPS-2024] UDA: A Benchmark Suite for Retrieval Augmented Generation in Real-world Document Analysis (https://arxiv.org/abs/2406.15187) UDA (Unstructured Document Analysis) is a benchmark suite for Retrieval Augmented Generation (RAG) in real-world document analysis. Each entry in th...
ai-bond/ru-alpaca-summ
2
7
[ "text-generation" ]
## Это переработка в **alpaca-friendly** формат датасетов от: 1) ## C4AI-Community[multilingual-reward-bench] Из датасета взят и переработан только subset **(rus_cyrl)** 2) ## CohereForAI[aya_collection_language_split] Из датасета взят и переработан только subset **(russian)** в количестве 9,5% eq(params)
Fancy-MLLM/R1-Onevision-Bench
3
65
[ "question-answering" ]
# R1-Onevision-Bench [\[📂 GitHub\]](https://github.com/Fancy-MLLM/R1-Onevision)[\[📝 Paper\]](https://arxiv.org/pdf/2503.10615) [\[🤗 HF Dataset\]](https://huggingface.co/datasets/Fancy-MLLM/R1-onevision) [\[🤗 HF Model\]](https://huggingface.co/Fancy-MLLM/R1-Onevision-7B) [\[🤗 HF Demo\]](https://huggingface.co/spa...
heyuanyu/LVG-Bench
2
1,555
[ "text-to-video" ]
# LV-Bench Dataset LV-Bench is a curated benchmark of 1,000 minute-long videos targeted at evaluating long-horizon video generation, introduced in the paper [BlockVid: Block Diffusion for High-Quality and Consistent Minute-Long Video Generation](https://huggingface.co/papers/2511.22973). The associated inference engi...
jsm0424/math500-deepseek-r1-distill-qwen-1.5b
1
2
[ "question-answering", "text-generation" ]
# Dataset Card for "math500-deepseek-r1-distill-qwen-1.5b" ## Dataset Summary This dataset is a distilled version of the [MATH500](https://huggingface.co/datasets/HuggingFaceH4/MATH-500) dataset, augmented with reasoning-based responses generated by the `deepseek-r1-distill-qwen-1.5b` language model. The dataset is d...
criteo/CriteoClickLogs
11
1,187
[ "text-classification" ]
# 📊 Criteo 1TB Click Logs Dataset This dataset contains **feature values and click feedback** for millions of display ads. Its primary purpose is to **benchmark algorithms for clickthrough rate (CTR) prediction**. It is similar, but larger than the dataset released for the Display Advertising Challenge hosted by Kag...
dev-jonathanb/cs50-educational-rag
0
499
[ "question-answering", "text-generation" ]
# CS50 Pedagogical RAG Dataset ## 📜 Dataset Description This repository contains the data artifacts for the undergraduate thesis, which explores the use of a pedagogical chatbot with Retrieval-Augmented Generation (RAG) for Harvard's CS50: Introduction to Computer Science course. The project involved several stages...
psp-dada/ChartArena
0
1,505
[ "image-to-text" ]
# ChartArena <!-- omit in toc --> **A Comprehensive Bilingual Benchmark for General Chart Parsing across Families, Scenarios, and Formats** <p align="center"> <a href="https://github.com/pspdada/ChartArena">Github Repo</a> • <a href="https://arxiv.org/abs/2606.01348">Paper</a> </p> ## Overview <!-- omit in toc -...
electricsheepasia/asia-owid-deaths-from-natural-disasters
1
0
[ "tabular-classification", "tabular-regression", "time-series-forecasting" ]
# Deaths From Natural Disasters | Asia (Our World in Data) 🌏 **1,034 observations** · **47 Asia countries** · **2000–2021** · *Repackaged by [Electric Sheep Asia](https://huggingface.co/electricsheepasia)* ![rows](https://img.shields.io/badge/rows-1,034-blue) ![countries](https://img.shields.io/badge/countries-47-gr...
AmirHossein-razlighi/Confident_Splatting
0
124
[ "image-to-3d" ]
Confident Splatting dataset is introduced in the paper [Confident Splatting: Confidence-Based Compression of 3D Gaussian Splatting via Learnable Beta Distributions](https://huggingface.co/papers/2506.22973). - **Project Page:** https://amirhossein-razlighi.github.io/Confident-Splatting/ - **Code:** https://github.com/...
TheTempleofTwo/vdac-pharmacology-atlas
0
265
[ "text-classification", "text-generation" ]
# VDAC1 Pharmacology Atlas — Multi-LLM Convergence Dataset **The first publicly available multi-LLM scientific convergence dataset.** 32 IRIS Gate Evo runs, 200+ synthesized claims across 5 independent AI models, 23 curated gold extractions, and cross-run convergence analysis — all from a single research program mapp...
efederici/fisica
5
75
[ "question-answering", "text-generation" ]
# Dataset Card Fisica is a comprehensive Italian question-answering dataset focused on physics. It contains approximately 28,000 question-answer pairs, generated using Claude and GPT-4. The dataset is designed to facilitate research and development of LLMs for the Italian language. ### Dataset Description - **Curate...
QCRI/arabic_pos_dialect
12
176
[ "token-classification" ]
# Dataset Card for Arabic POS Dialect ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-ins...
ClarusC64/clinical-quad-biomarker-subpopulation-dosing-endpoint-drift-v0.1
0
921
[ "text-classification" ]
Clinical Quad Immunogenicity Interval Clearance Efficacy Decay v0.1 Each row is a patient state snapshot. Core quad Immunogenicity Dosing interval Drug clearance Efficacy drift Target label_loss_of_response_next_30d Files data/train.csv data/tester.csv scorer.py Evaluation Run model on data/tester.cs...
UniDataPro/Selfie-with-ID
1
47
[ "image-classification" ]
# Selfie Identity Dataset - 2 ID photo, 13 selfie The dataset contains **65,000+** photo of more than **5,000** people from **40** countries, making it a valuable resource for exploring and developing **identity verification** solutions. This collection serves as a valuable resource for researchers and developers work...
CSJianYang/ExecRepoBench
3
155
[ "text-generation" ]
- Home: https://execrepobench.github.io/ - paper: https://arxiv.org/pdf/2412.11990 - Leaderboard: https://execrepobench.github.io/leaderboard.html - Github: https://github.com/QwenLM/Qwen2.5-Coder/tree/main/qwencoder-eval/base/benchmarks/ExecRepoBench ## Dataset Summary In this work, we introduce a novel framework for ...
Maxwe11y/gaslighting
3
31
[ "fill-mask", "text-generation" ]
# Dataset Card for gaslighting repo <!-- This repo consists of two conversation datasets. --> <!-- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template....
latent-lab/got-activations-llama3.1-405b-base
0
610
[ "feature-extraction" ]
# meta-llama/Llama-3.1-405B — Activation Dataset Cached activations extracted from [`meta-llama/Llama-3.1-405B`](https://huggingface.co/meta-llama/Llama-3.1-405B) (revision `unknown`). ## Contents | Tensor | Layers | Dim | Pooling | Shards | Row Bytes | |--------|--------|-----|---------|--------|-----------| | hidd...
Samarth0710/bharatanatyam-mudra-dataset
1
102
[ "image-classification" ]
# Bharatanatyam Mudra Dataset ## Dataset Description The Bharatanatyam Mudra Dataset contains **28,431 images** of hand gestures (mudras) from Bharatanatyam, a classical Indian dance form. The dataset was collected from 15 volunteers in a studio environment and includes both single-hand and double-hand gestures. ###...
hoyyu1/infant-cry-detection
1
57
[ "audio-classification" ]
# Dataset Documentation / 数据集说明 ## Introduction / 简介 This dataset is designed for infant cry detection in noisy household environments. It aims to provide a diverse, representative, and robust collection of audio samples for training and evaluating machine learning models, particularly deep neural networks. 本数据集专为嘈杂家...
NeousAxis/esg-glossaries-french
1
5
[ "token-classification" ]
---license: cc-by-4.0task_categories:- text-classification- question-answering- text-generationlanguage:- frtags:- esg- sustainability-csrd- philosophy- glossary- definitionssize_categories:- 1K<n<10K---# Glossaires ESG & PhilosophieDataset de 4,850+ termes et définitions en français couvrant :- ESG (CSRD, GHG Protocol...
SetFit/bbc-news
22
1,302
[ "text-classification" ]
# BBC News Topic Dataset Dataset on [BBC News Topic Classification](https://www.kaggle.com/yufengdev/bbc-text-categorization/data) consisting of 2,225 articles published on the BBC News website corresponding during 2004-2005. Each article is labeled under one of 5 categories: business, entertainment, politics, sport o...
Riyuechang/PTT-Corpus-100K_Gossiping-1400-39400_v2
2
17
[ "question-answering", "text-generation" ]
# 版本資訊 增加了更多過濾詞 並且一旦符合過濾規則,就會被過濾掉 # 簡介 本數據集使用來自[PTT](https://www.ptt.cc/bbs/index.html)網站中的[Gossiping](https://www.ptt.cc/bbs/Gossiping/index.html)分類的資料訓練 總共爬取了第1400頁~第39400頁的所有文章裡的內容和所有留言 在使用一些方法從海量的數據中,過濾出噪聲較小(理論上)的部份作為本數據集 # 過濾規則 - 總推數 - 總噓數 >= 20 - 最靠前的推文最優先 - 以下為過濾詞 ````python #文章標題不能「包含」以下關鍵字 filter_title...
acruz/folktexts
5
65
[ "feature-extraction", "question-answering", "text-classification", "zero-shot-classification" ]
# Dataset Card for _folktexts_ <!-- omit in toc --> [Folktexts](https://github.com/socialfoundations/folktexts) is a suite of Q&A datasets with natural outcome uncertainty, aimed at evaluating LLMs' calibration on unrealizable tasks. The *folktexts* datasets are derived from US Census data products. Namely, the datas...
tuc111/mhgen-maternal-health-convos
1
37
[ "text-generation" ]
# Maternal Health Conversations Dataset ## Dataset Description This dataset contains 1193 synthetic multi-turn conversations between maternal health patients and healthcare providers, generated using OpenAI's GPT-4o model. The conversations simulate realistic prenatal, postpartum, and maternal health care scenarios w...
dariolopez/justicio-BOE-A-1978-31229-constitucion-by-articles-qa-bge-m3-groq_llama3_70b_8192-sas
0
121
[ "question-answering" ]
## Dataset summary It is an end-to-end evaluation dataset (using SAS metric) for [Justicio](https://github.com/bukosabino/justicio). * Domain: Legal, Law, Spanish Constitution * Language: Spanish ## SAS summary The concept of Semantic Answer Similarity refers to the evaluation of the semantic similarity between the...
zjj1233/RealChart2Code
0
458
[ "image-to-text" ]
# RealChart2Code Benchmark Data Benchmark data and pre-computed evaluation results for **RealChart2Code** — a comprehensive benchmark for evaluating LLM capabilities in generating Python visualization code from real-world chart images. **GitHub Repository**: [https://github.com/Speakn0w/RealChart2Code](https://github...
EMBO/SourceData
11
4,018
[ "token-classification" ]
# SourceData Dataset > The largest annotated biomedical corpus for machine learning and AI in the publishing context. SourceData is the largest annotated biomedical dataset for NER and NEL. It is unique on its focus on the core of scientific evidence: figure captions. It is also unique on its real-world configuration...
Voxel51/FloorPlanCAD
6
4,132
[ "object-detection" ]
# Dataset Card for FloorPlanCAD (test split) ![image](floorplancad.gif) This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 5308 samples. ## Installation If you haven't already, install FiftyOne: ```bash pip install -U fiftyone ``` ## Usage ```python import fiftyone as fo from fiftyone.utils....
maikezu/wmt-human-all-TTS
0
7,332
[ "translation" ]
# WMT Human + TTS Audio WMT human evaluation data ([zouharvi/wmt-human-all](https://huggingface.co/datasets/zouharvi/wmt-human-all)) extended with TTS-synthesised source audio, covering 49 language pairs. Used as training data for [SpeechCOMET](https://github.com/MaikeZuefle/speechCOMET). Part of the [SpeechCOMET](ht...
AlignmentResearch/boxoban-astar-solutions
1
72
[ "reinforcement-learning" ]
# A* solutions to Boxoban levels For some levels we were not able to find solutions within the allotted A* budget. These have solution `SEARCH_STATE_FAILED` or `NOT_FOUND`. These are the ones labeled "Unsolved levels" below. The search budget was 5 million nodes to expand for medium-difficulty levels, vs. 1 million n...
inverse-scaling-ttc/inverse-scaling-ttc-main
3
68
[ "question-answering", "text-generation" ]
# Inverse Scaling in Test-Time Compute Paper: [Inverse Scaling in Test-Time Compute](https://huggingface.co/papers/2507.14417) Project Page: https://safety-research.github.io/inverse-scaling-ttc/ ## Abstract We construct evaluation tasks where extending the reasoning length of Large Reasoning Models (LRMs) deteriora...
ClarusC64/clinical-quad-infection-buffer-lag-coupling-sepsis-transition-v0.4
0
279
[ "text-classification" ]
# What this repo does This repository contains a Clarus v0.4 cascade boundary discovery dataset modeling sepsis transition. Earlier Clarus datasets focused on detecting cascade states or forecasting collapse trajectories. Version v0.4 extends the framework to a harder task: detecting whether a system lies on the in...
moukal/warsh-recitation-dataset
0
509
[ "audio-classification", "automatic-speech-recognition", "text-to-speech" ]
This dataset contains high-quality audio recitations of the Noble Quran in the reading of Warsh. The audio has been segmented into individual Ayahs and aligned with the certified Moushaf Mohammedi (Morocco) text. Text Source: [Moushaf Mohammedi](https://github.com/elmkl/moushaf-mohammadi) (Moroccan Ministry of Relig...
umutcaned/turkreason
1
0
[ "multiple-choice", "question-answering" ]
# TurkReason **TurkReason**, büyük dil modellerinin (LLM) **Türkçe akıl yürütme** becerilerini ölçmek için tasarlanmış, **5107 çoktan seçmeli sorudan** oluşan bir benchmark veri kümesidir. Her soru 5 seçenekli (A–E), tek doğru cevaplı ve detaylı açıklamalıdır. > Bu dataset bilgi (knowledge) değil, **düşünme** (reason...
pepijn223/bilateral-wipe-large
1
37
[ "robotics" ]
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot). ## Dataset Description - **Homepage:** [More Information Needed] - **Paper:** [More Information Needed] - **License:** apache-2.0 ## Dataset Structure [meta/info.json](meta/info.json): ```json { "codebase_version": "v2.1", "...
GabSo/data_for_robot
1
7
[ "robotics" ]
This dataset is a collection of Python codes which consist of orders followed to codes using the simple API consisting of the functions `start()`, `stop()`, `takeAndDrop(object,container)`, `isThere(object)` and `getPosition(object)`. It has been generated with the help of gpt3.5 from the file `exempleCodeGen.json`
Ardea/arc_agi_v1
2
142
[ "table-question-answering" ]
# ARC-AGI-V1 Dataset (A Take On Format) This dataset is a reorganized version of the [ARC-AGI v1](https://github.com/fchollet/ARC-AGI) (Abstraction and Reasoning Corpus) benchmark, formatted for HuggingFace Datasets. ## Dataset Structure The original ARC-AGI dataset has been transformed from its file-based JSON stru...
amsinitca/HuTu80
1
3
[ "image-segmentation" ]
# Dataset Card for HuTu 80 cell populations <!-- Provide a quick summary of the dataset. --> ## Dataset Details ### Dataset Description The first image set contains 180 high-resolution color microscopic images of human duodenum adenocarcinoma HuTu 80 cell populations obtained in an in vitro scratch assay (for the d...
UniDataPro/germany-license-plate-dataset
1
27
[ "image-to-text", "object-detection" ]
# Dataset of license plate recognition Dataset contains **177,827** photos of license plates, providing a comprehensive resource for **OCR** (Optical Character Recognition), **plate recognition**, and **vehicle registration** analysis. Each image file is paired with a CSV file containing license plate text for use in O...
RohanAiLab/persian_news_dataset
4
41
[ "text-classification" ]
# Persian_News_Dataset # Dataset Summary persian_news_dataset is a collection of 5 million news articles. News articles have been gathered from more than 10 news agencies for the last 12 years. This dataset can be used in different NLP tasks like language modeling, classification, supervised topic modeling,... This...
yaolily/GenS-Video-150K
2
421
[ "video-text-to-text" ]
<p align="center"> 🔗 <a href="https://generative-sampler.github.io/" target="_blank">Project Page</a> · 📖 <a href="https://arxiv.org/abs/2503.09146" target="_blank">Paper</a> · ⭐ <a href="https://github.com/yaolinli/GenS" target="_blank">GitHub</a> · 📊 <a href="https://huggingface.co/datasets/yaolily/GenS-Video-150K...
GD-ML/MobilityBench
15
278
[ "question-answering" ]
> **Note:** This work is currently under review. The full dataset will be released progressively. # MobilityBench: A Benchmark for Evaluating Route-Planning Agents in Real-World Mobility Scenarios [Paper](https://huggingface.co/papers/2602.22638) | [GitHub](https://github.com/AMAP-ML/MobilityBench) **MobilityBench**...
PaDaS-Lab/webfaq
22
640
[ "question-answering" ]
<h1 align="center">WebFAQ Q&A Dataset</h1> <h4 align="center"> <p> <a href=#overview>Overview</a> | <a href=#details>Details</a> | <a href=#structure>Structure</a> | <a href=#examples>Examples</a> | <a href=#considerations>Considerations</a> | <a href=#license>License</a> ...
maknee/sift1m
0
1,001
[ "feature-extraction" ]
# SIFT1M Vector Search Dataset 1 million 128-dimensional SIFT descriptor vectors, a standard ANN benchmark. ## Dataset Details - **Vectors**: 1,000,000 - **Dimensions**: 128 - **Queries**: 10,000 - **Source**: [texmex corpus](http://corpus-texmex.irisa.fr/) ## Shard Configurations | Config | Shards | Vectors/Shard ...
DDD-Cambodia/khmer-speech-dataset
20
11,365
[ "automatic-speech-recognition", "text-classification" ]
# Khmer ASR Cultural Dataset 727.94 hours of manually curated speech-text pairs by native speakers in the Khmer language about Cambodian cultural topics. On average, each recording is 8 seconds. Speaker metadata (gender, age group, and origin city) is provided. - Language: Khmer (khm). - Source(s): Native speakers fr...
SARA-smartphone-assisted-river-analysis/Streetparade-Trash-2025
0
156
[ "image-segmentation" ]
# Street Parade 2025 Dataset Overview -------- This dataset was collected by SARA, a student initiative at ETH Zurich, to enable open research on trash presence in aquatic environments. It contains images of litter in the Limmat River in Zurich the day after the Street Parade (August 9, 2025). The dataset is intended ...
Voxel51/fiftyone-embeddings-combined
1
388
[ "question-answering", "text-generation" ]
# FiftyOne Embeddings Dataset This dataset combines the FiftyOne Q&A and function calling datasets with pre-computed embeddings for fast similarity search. ## Dataset Information - **Total samples**: 28,118 - **Q&A samples**: 14,069 - **Function samples**: 14,049 - **Embedding model**: text-embedding-3-large - **Emb...
mteb/msmarco-v2
2
1,338
[ "text-retrieval" ]
<!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md --> <div align="center" style="padding: 40px 20px; background-color: white; border-radius: 12px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); max-width: 600px; margin: 0 auto;"> <h1 styl...
ClarusC64/clinical-temporal-5node-pressure-buf-lag-cpl-icu-deterioration-shock-v0.1
0
263
[ "text-classification" ]
# What this repo does This dataset tests whether a model can detect an ICU deterioration cascade forming over time by reading a short ordered window of signals and predicting whether shock lock-in occurs by the final step. # Core quad pressure buffer lag coupling # Prediction target label_cascade_state # ...
guyshilo12/diabetes_eda_analysis
1
195
[ "tabular-classification" ]
# Diabetes Dataset — Exploratory Data Analysis (EDA) This repository contains a diabetes-related tabular dataset and a complete Exploratory Data Analysis (EDA). The main objective of this project was to learn how to conduct a structured EDA, apply best practices, and extract meaningful insights from real-world healt...
ReySajju742/Urdu-Poetry-Dataset
1
46
[ "token-classification" ]
# Urdu Poetry Dataset Welcome to the **Urdu Poetry Dataset**! This dataset is a collection of Urdu poems where each entry includes two columns: - **Title:** The title of the poem. - **Poem:** The full text of the poem. This dataset is ideal for natural language processing tasks such as text generation, language model...
maximellerbach/rollout_lingbot_test_20260716_111229
1
0
[ "robotics" ]
This dataset was created using [LeRobot](https://github.com/huggingface/lerobot). <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=maximellerbach/rollout_lingbot_test_20260716_111229"> <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main...
zen-E/GSM8k-Aug
3
8,944
[ "question-answering" ]
This dataset is provided to facilitate access to **GSM8k-Aug**, originally from https://github.com/da03/Internalize_CoT_Step_by_Step and https://arxiv.org/pdf/2405.14838. **This dataset is used to train CODI (https://arxiv.org/abs/2502.21074)** **Description**: *We utilize two datasets to train our models--GSM8k-...
imageomics/mmla_mpala
0
1,680
[ "image-classification" ]
# Dataset Card for mmla-mpala <!-- Provide a quick summary of what the dataset is or can be used for. --> ## Dataset Details This is a dataset containing annotated video frames of giraffes, Grevy's zebras, and Plains zebras collected at the Mpala Research Center in Kenya. The dataset is intended for use in training ...