CoolFace
14 results

openwebtext

Skylion007 /openwebtext Dataset Card for "openwebtext" Dataset Summary An open-source replication of the WebText dataset from OpenAI, that was used to train GPT-2. This distribution was created by Aaron Gokaslan and Vanya Cohen of Brown University. Supported Tasks and Leaderboards More Information Needed Languages More Information Needed Dataset Structure Data Instances plain_text Size of downloaded dataset… See the full description on the dataset page: https://huggingface.co/datasets/Skylion007/openwebtext.texttext-generation1M<n<10M534 likes50k downloads2mo agoHugging Facestas /openwebtext-10kAn open-source replication of the WebText dataset from OpenAI. This is a small subset representing the first 10K records from the original dataset - created for testing. The full 8M-record dataset is at https://huggingface.co/datasets/openwebtext32 likes4.5k downloads5y agoHugging Faceembedded-language-flows /openwebtext-t51M<n<10M2 likes2.4k downloads4mo agoHugging Faceapollo-research /Skylion007-openwebtext-tokenizer-gpt21M<n<10M3 likes2.4k downloads3y agoHugging FaceElriggs /openwebtext-100k Dataset Card for "openwebtext-100k" More Information needed text100K<n<1M8 likes1.5k downloads3y agoHugging FaceRaiBP /openwebtext2-first-30-chunks-lang-detect-raw-output Counting bilingual and monolingual instances In order to count bilingual and monolingual instances, we use the following code. We count bilingual instances where there are two languages, one of them is English and the other is either German, French, Spanish, Italian, Portuguese or Dutch. All other instances fall into the "Other" category. from datasets import load_dataset import json from tqdm import tqdm #Specify the dataset name dataset_name =… See the full description on the dataset page: https://huggingface.co/datasets/RaiBP/openwebtext2-first-30-chunks-lang-detect-raw-output.text100K<n<1M0 likes1.5k downloads3y agoHugging Face