CoolFace
20 results

Flan-T5

crumb /flan-t5-large-embed-refinedwebAll of the data together is around 81.3GB. It's the last hidden states of 131,072 samples from refinedweb padded/truncated to 512 tokens on the left, fed through google/flan-t5-base. Structure: { "encoding": List, shaped (512, 1024) aka (tokens, d_model), "text": String, the original text that was encoded, "attention_mask": List, binary mask to pass to your model with encoding to not attend to pad tokens } textfeature-extraction1K<n<10K0 likes585 downloads3y agoHugging Facecrumb /flan-t5-base-embed-refinedwebAll of the data together is around 61GB. It's the last hidden states of 131,072 samples from refinedweb padded/truncated to 512 tokens on the left, fed through google/flan-t5-base. Structure: { "encoding": List, shaped (512, 768) aka (tokens, d_model), "text": String, the original text that was encoded, "attention_mask": List, binary mask to pass to your model with encoding to not attend to pad tokens } textfeature-extraction1K<n<10K1 likes320 downloads3y agoHugging Facecrumb /flan-t5-small-embed-refinedwebAll of the data together is around 41GB. It's the last hidden states of 131,072 samples from refinedweb padded/truncated to 512 tokens on the left, fed through google/flan-t5-small. Structure: { "encoding": List, shaped (512, 512) aka (tokens, d_model), "text": String, the original text that was encoded, "attention_mask": List, binary mask to pass to your model with encoding to not attend to pad tokens } just a tip, you cannot load this with the RAM in the free ver of google colab, not… See the full description on the dataset page: https://huggingface.co/datasets/crumb/flan-t5-small-embed-refinedweb.textfeature-extraction100K<n<1M0 likes237 downloads3y agoHugging Facehuanmit /flan-t5-boosting-mmlu_cottext1K<n<10K1 likes182 downloads2y agoHugging Facecrumb /flan-t5-xl-embed-refinedwebtext1K<n<10K0 likes121 downloads3y agoHugging Faceafmck /peanuts-flan-t5-xl Peanut Comic Strip Dataset (Snoopy & Co.) This is a dataset Peanuts comic strips from 1950/10/02 to 2000/02/13. There are 77,456 panels extracted from 17,816 comic strips. The dataset size is approximately 4.4G. Each row in the dataset contains the following fields: image: PIL.Image containing the extracted panel. panel_name: unique identifier for the row. characters: tuple[str, ...] of characters included in the comic strip the panel is part of. themes: tuple[str, ...] of theme… See the full description on the dataset page: https://huggingface.co/datasets/afmck/peanuts-flan-t5-xl.imagetext-to-image10K<n<100K6 likes106 downloads3y agoHugging Face