CoolFace
29 shown

datasets

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

Clear all
01karpathy /climbmix-400b-shuffle71 likes40k downloads7mo agoHugging Face02karpathy /fineweb-edu-100b-shuffletext10M<n<100M171 likes11k downloads1y agoHugging Face03karpathy /llmc-starter-packStarter pack of a bunch of .bin files for llm.c. You could generate these files yourself by following the README instructions, but this then requires you to download and use Python and PyTorch etc and re-build the Universe, so here we just cache the .bin files, so they can be easily downloaded for use in llm.c. No pythons will be harmed. 5 likes6.4k downloads2y agoHugging Face04yerevann /coco-karpathy Dataset Card for "yerevann/coco-karpathy" The Karpathy split of COCO for image captioning. imageimage-to-text100K<n<1M22 likes5.2k downloads4y agoHugging Face05karpathy /fineweb-edu-100B-gpt2-token-shardsFineWeb Edu 100B dataset tokenized with GPT-2 tokenizer using the code in llm.c repo. 8 likes5.1k downloads2y agoHugging Face06karpathy /tiny_shakespeare40,000 lines of Shakespeare from a variety of Shakespeare's plays. Featured in Andrej Karpathy's blog post 'The Unreasonable Effectiveness of Recurrent Neural Networks': http://karpathy.github.io/2015/05/21/rnn-effectiveness/. To use for e.g. character modelling: ``` d = datasets.load_dataset(name='tiny_shakespeare')['train'] d = d.map(lambda x: datasets.Value('strings').unicode_split(x['text'], 'UTF-8')) # train split includes vocabulary for other splits vocabulary = sorted(set(next(iter(d)).numpy())) d = d.map(lambda x: {'cur_char': x[:-1], 'next_char': x[1:]}) d = d.unbatch() seq_len = 100 batch_size = 2 d = d.batch(seq_len) d = d.batch(batch_size) ```93 likes3.8k downloads3y agoHugging Face07karpathy /tinystories-gpt4-clean TinyStories GPT-4 Clean A cleaned subset of the TinyStories dataset (Eldan & Li, 2023), keeping only GPT-4-generated stories. Adapted from this thread that pointed out many issues with the original data and proposed a cleaning process. Overview This cleaned dataset contains: Stat Value Stories 2,732,634 Total characters ~2.19B Min doc length 115 chars Max doc length 4,433 chars Median doc length 721 chars Unique characters 74 (ASCII only) Duplicates… See the full description on the dataset page: https://huggingface.co/datasets/karpathy/tinystories-gpt4-clean.text1M<n<10M91 likes799 downloads8mo agoHugging Face08gpantaz /karpathy_split0 likes390 downloads3y agoHugging Face09noonamkha /coco-karpathyimage100K<n<1M0 likes367 downloads8mo agoHugging Face10andriotis /tiny-shakespeare-karpathytext10K<n<100K0 likes297 downloads2y agoHugging Face11undefined443 /coco-karpathy-wds COCO-2014 WebDataset Format (Karpathy Splits) This dataset contains the COCO-2014 images and captions converted to WebDataset (WDS) format, using the Karpathy & Li (2015) dataset split for image captioning tasks. Overview Total Samples: 123,287 images with 5 reference captions each Total Size: ~19 GB Format: WebDataset (.tar shards) Shard Size: 1,000 samples per tar file License: CC-BY 4.0 Language: English Structure COCO-2014-WDS/ ├── train/ (113… See the full description on the dataset page: https://huggingface.co/datasets/undefined443/coco-karpathy-wds.imageimage-to-text10K<n<100K0 likes293 downloads5mo agoHugging Face12noonamkha /flickr30k-karpathyimage10K<n<100K1 likes275 downloads8mo agoHugging Face13santhoshkammari /karpathy-lectures-transcriptstextn<1K0 likes157 downloads1y agoHugging Face14Jotschi /coco-karpathy-opus-de Dataset Card for MS COCO Karpathy in German language This dataset contains captions that were machine translated using opus-mt-en-de. Dataset Details Dataset Sources The processed MS COCO datasets (Karpathy Split) in this repo are based on the following sources: Type MD5 URL Train aa31ac474cf6250ebb81d18348a07ed8 https://storage.googleapis.com/sfr-vision-language-research/datasets/coco_karpathy_train.json Validation b273847456ef5580e33713b1f7de52a0… See the full description on the dataset page: https://huggingface.co/datasets/Jotschi/coco-karpathy-opus-de.texttext-generation100K<n<1M0 likes60 downloads3y agoHugging Face15Mayfull /coco-karpathy-with-imageCode and datasets for "Microsoft COCO: Common Objects in Context".1 likes47 downloads2y agoHugging Face16yoonholee /style-eval-pg-karpathy-gwern Style Eval Corpus Writing from 11 internet writers with instantly recognizable but distinct styles. Built for style-as-reward-inference experiments: given a writer's body of work, infer their implicit reward function and encode it as eval components (rubrics, classifiers, probes). Contents Author Pieces Words Register Source Paul Graham 229 562,990 Contrarian startup essays paulgraham.com Andrej Karpathy 34 101,337 Tutorial-as-thinking-aloud… See the full description on the dataset page: https://huggingface.co/datasets/yoonholee/style-eval-pg-karpathy-gwern.text10K<n<100K0 likes47 downloads5mo agoHugging Face17Jotschi /coco-karpathy-simple-en Dataset Card for MS COCO Karpathy in Simple English This dataset contains captions that were rephrased into simple english so that a young child would understand it. Dataset Details Dataset Sources The processed MS COCO datasets (Karpathy Split) in this repo are based on the following sources: Type MD5 URL Train aa31ac474cf6250ebb81d18348a07ed8 https://storage.googleapis.com/sfr-vision-language-research/datasets/coco_karpathy_train.json Validation… See the full description on the dataset page: https://huggingface.co/datasets/Jotschi/coco-karpathy-simple-en.text-generation0 likes38 downloads3y agoHugging Face18imirandam /flickr30k_karpathy_test_splitimage1K<n<10K0 likes37 downloads5mo agoHugging Face19santhoshkammari /karpathy_yt_transcriptSensai's yt transcripts to mimic his patterns and explanations ( fun project) text10K<n<100K0 likes29 downloads2y agoHugging Face20MartialTerran /The_Karpathy_The_Sutskever_units_of_neuron_capacity_and_learning_speed0 likes23 downloads1y agoHugging Face21Fafadalilian /Andrej_Karpathy_voice_transcription1audion<1K0 likes14 downloads2y agoHugging Face22Fafadalilian /Andrej_Karpathy_voice_transcription2audion<1K0 likes14 downloads2y agoHugging Face23leideng /karpathy-identity-conversationsConversational identity data derived from Karpathy’s public release (see Source). Each row is a multi-turn chat. This dataset card points at identity_conversations_fixed.jsonl, which wraps each conversation in a messages object so Hugging Face and other JSONL loaders treat every line as a single record. Source identity_conversations.jsonl on karpathy-public (S3, us-west-2). Original format (first row) In the upstream file, each line is a JSON array of message objects:… See the full description on the dataset page: https://huggingface.co/datasets/leideng/karpathy-identity-conversations.texttext-generation1K<n<10K0 likes14 downloads6mo agoHugging Face24Icar /COCO_Karpathysplit_embeds0 likes6 downloads2y agoHugging Face25Fafadalilian /Andrej_Karpathy_voiceaudion<1K1 likes6 downloads2y agoHugging Face26introvoyz041 /Karpathytalk0 likes5 downloads6mo agoHugging Face27molmohsen /karpathy-llm-wiki0 likes5 downloads5mo agoHugging Face28Fafadalilian /Andrej_Karpathy_voice_transcriptionaudion<1K0 likes4 downloads2y agoHugging Face29sree22 /karpathy-review-kb0 likes1 downloads7mo agoHugging Face

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