CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01ruslanmv /ai-medical-chatbot AI Medical Chatbot Dataset This is an experimental Dataset designed to run a Medical Chatbot It contains at least 250k dialogues between a Patient and a Doctor. Playground ChatBot ruslanmv/AI-Medical-Chatbot For furter information visit the project here: https://github.com/ruslanmv/ai-medical-chatbot text100K<n<1M253 likes5k downloads3y agoHugging Face02ruslanmv /sports-trends-dataset ⚽🏀🎾🏏 Sports-Trends Dataset A leakage-safe, multi-sport match data lake — raw fixtures → engineered features → training splits. The data backbone of Ruslan Magana Sports Intelligence — refreshed automatically every day. TL;DR — A continuously-updated, medallion-architecture data lake for football, basketball, tennis and cricket: immutable raw ingests, cleaned/standardized layers, an engineered feature store, and ready-to-train chronological splits in… See the full description on the dataset page: https://huggingface.co/datasets/ruslanmv/sports-trends-dataset.tabulartabular-classificationn<1K5 likes4.5k downloads2h agoHugging Face03ruslanmv /ai-medical-dataset AI Medical Dataset Introduction The AI Medical General Dataset is an experimental dataset designed to build a general chatbot with a strong foundation in medical knowledge. This dataset provides a large corpus of medical data, consisting of approximately 27 million rows, specifically adapted for training Large Language Models (LLMs) in the medical domain. Data Sources Our dataset is comprised of three primary sources: Source Number of Words… See the full description on the dataset page: https://huggingface.co/datasets/ruslanmv/ai-medical-dataset.text10M<n<100M41 likes358 downloads2y agoHugging Face04akuzdeuov /ruslan-ttsaudio10K<n<100K0 likes147 downloads1y agoHugging Face05ruslanmv /HealthCareMagic-100k Dataset Card for "HealthCareMagic-100k" More Information needed text100K<n<1M3 likes137 downloads3y agoHugging Face06ruslan /bioleaflets-biomedical-ner Dataset Card for BioLeaflets Dataset Dataset Summary BioLeaflets is a biomedical dataset for Data2Text generation. It is a corpus of 1,336 package leaflets of medicines authorised in Europe, which were obtained by scraping the European Medicines Agency (EMA) website. Package leaflets are included in the packaging of medicinal products and contain information to help patients use the product safely and appropriately. This dataset comprises the large majority (∼ 90%) of… See the full description on the dataset page: https://huggingface.co/datasets/ruslan/bioleaflets-biomedical-ner.texttext-generation1K<n<10K4 likes127 downloads4y agoHugging Face07DatasetsEval /RusLang-edu-1000 RusLang-Edu-1000 — an educational Russian-language QA dataset RusLang-Edu-1000 is an expert-curated dataset of 1,000 instruction-format records ("question — detailed educational answer") covering the Russian language and linguistics: from phonetics and orthography to dialectology and theoretical linguistics. Every record contains a detailed answer (on average ≈1,100 characters), a short reference answer, a concise statement of the rule, and rich annotation (subject area, task… See the full description on the dataset page: https://huggingface.co/datasets/DatasetsEval/RusLang-edu-1000.textquestion-answering1K<n<10K2 likes122 downloads1mo agoHugging Face08Gzaborey /ruslan-datasetaudio10K<n<100K2 likes111 downloads2y agoHugging Face09stilletto /ruslan-stressed RUSLAN with Word Stress Marks · RUSLAN с проставленными ударениями English / Русский English What is this? A drop-in replacement for the metadata of the RUSLAN Russian single-speaker TTS corpus, with word-stress marks added to every multi-syllabic Russian word in the transcripts. Audio is bundled unchanged. The motivation is to train Russian TTS models (e.g. Kokoro, Tacotron, VITS, StyleTTS, XTTS) that pronounce words with correct lexical stress. Vanilla… See the full description on the dataset page: https://huggingface.co/datasets/stilletto/ruslan-stressed.audiotext-to-speech10K<n<100K0 likes90 downloads4mo agoHugging Face10intexcp /ruslan_sova_aiThis is a saved ruslan dataset from SOVA AI audiotext-to-speech10K<n<100K3 likes52 downloads1y agoHugging Face11ruslanmv /icliniq-7k Dataset Card for "ChatDoctor-iCliniq" More Information needed text1K<n<10K1 likes51 downloads3y agoHugging Face12ruslanmv /italian-dataset-mini italian-dataset-mini Creator: ruslanmv Dataset Summary italian-dataset-mini è un dataset creato fondendo diverse fonti di testo in italiano, tra cui contenuti presi da Wikipedia in italiano. Il dataset è stato formattato utilizzando un formato delimiter-based, ideale per attività di instruction tuning e modelli di linguaggio che richiedono coppie istruzione-risposta. Ogni esempio nel dataset è strutturato in una singola colonna di testo e, a seconda della fonte originale… See the full description on the dataset page: https://huggingface.co/datasets/ruslanmv/italian-dataset-mini.text1M<n<10M0 likes38 downloads2y agoHugging Face13ruslandev /tagengo-rus-gpt-4oThis dataset is created from tagengo-subset-gpt-4o by extending Russian language sample to 8056 examples generated with GPT-4o. text10K<n<100K5 likes35 downloads2y agoHugging Face14syubraj /ruslanmv_medicalChat_phi3.5_instruct Use this dataset from datasets import load_dataset data = load_dataset("syubraj/ruslanmv_medicalChat_phi3.5_instruct") Source : ruslanmv/ai-medical-chatbot text100K<n<1M1 likes30 downloads2y agoHugging Face15DatasetsEval /RusLang-Edu-100 Russian Linguistics & Grammar Instruction Dataset (v2.0) A curated and academically verified instruction dataset for evaluation (Eval/Benchmarking), Supervised Fine-Tuning (SFT), and Alignment (RLHF / DPO) of Large Language Models (LLMs) on Russian grammar, orthography, punctuation, morphology, syntax, stylistics, and linguistic analysis. 📌 Key Highlights Language: Standard Russian (ru) Volume: 100 expert-curated and linguistically verified instruction cards… See the full description on the dataset page: https://huggingface.co/datasets/DatasetsEval/RusLang-Edu-100.texttext-generationn<1K0 likes19 downloads1mo agoHugging Face16ruslandev /open-thoughts-math-dry-runtextn<1K0 likes17 downloads2y agoHugging Face17Diana2di /ruslan_dataaudio10K<n<100K0 likes14 downloads2y agoHugging Face18ruslandev /tagengo-subset-gpt-4oThis dataset is generated by sampling 3000 prompts from the Tagengo dataset in English, Chinese, and Russian, and generating responses with GPT-4o. The script to run prompts: import pandas as pd from openai import OpenAI from datasets import load_dataset, Dataset from dotenv import load_dotenv from glob import glob from tqdm.auto import tqdm from tenacity import ( retry, stop_after_attempt, wait_random_exponential, ) # for exponential backoff load_dotenv() client =… See the full description on the dataset page: https://huggingface.co/datasets/ruslandev/tagengo-subset-gpt-4o.text1K<n<10K6 likes13 downloads2y agoHugging Face19PruhaNLP /RuSlangX RuSlangX Benchmark RuSlangX — публичный бенчмарк для оценки того, насколько языковые модели понимают современный русскоязычный сленг и разговорный контекст. Зачем нужен этот бенчмарк Большинство общих тестов хорошо меряют формальные знания, но хуже отражают реальное понимание живой интернет-речи. RuSlangX закрывает этот пробел и помогает сравнивать модели в задаче, близкой к пользовательским сценариям. Что измеряется понимание контекста фразы, а не только… See the full description on the dataset page: https://huggingface.co/datasets/PruhaNLP/RuSlangX.textmultiple-choicen<1K1 likes13 downloads7mo agoHugging Face20stilletto /ruslan-stressed-mini RUSLAN stressed — mini sanity-check dataset This is a 200-sample mini version of stilletto/ruslan-stressed used to verify that the WebDataset tar layout is parsed correctly by the HuggingFace dataset viewer before the full 22,200-sample dataset is repacked the same way. Layout (WebDataset): mini_part_001.tar # samples 000000…000099 (wav + paired txt) mini_part_002.tar # samples 000100…000199 (wav + paired txt) Each tar contains paired files sharing a basename: 000000_RUSLAN.wav… See the full description on the dataset page: https://huggingface.co/datasets/stilletto/ruslan-stressed-mini.audiotext-to-speechn<1K0 likes13 downloads4mo agoHugging Face21ruslanmv /hotel-multimodalimage1M<n<10M2 likes11 downloads2y agoHugging Face22Diana2di /ruslan-tts-tags-v1tabular10K<n<100K0 likes11 downloads2y agoHugging Face23ruslanmrtzn /github-issuestabular10K<n<100K0 likes10 downloads1y agoHugging Face24DatasetsEval /RusLang-Edu-200textn<1K0 likes9 downloads1mo agoHugging Face25RuslanAntjuschin /requeststabularn<1K0 likes7 downloads2y agoHugging Face26RuslanAntjuschin /dev_requeststabularn<1K0 likes7 downloads2y agoHugging Face27ruslanasenov /lotr-book Dataset Card for "lotr-book" More Information needed textn<1K0 likes6 downloads3y agoHugging Face28ruslanhug /russian-spell-correction-datasettext1K<n<10K0 likes5 downloads1y agoHugging Face29Diana2di /ruslan-tts-tagged-v1tabular10K<n<100K0 likes4 downloads2y agoHugging Face30RuslanNuriev /mixed-colorization-datasetimage1K<n<10K0 likes4 downloads1y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.