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
01crumb /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 likes235 downloads3y agoHugging Face02tkj000 /gpqa_diamond_deepseek_moe_16b_token_real_and_predicted_patterns_t5-smalltext10K<n<100K0 likes74 downloads1y agoHugging Face03tkj000 /aime2024_deepseek_moe_16b_token_real_and_predicted_patterns_t5-smalltext1K<n<10K0 likes74 downloads1y agoHugging Face04tkj000 /mmlu_deepseek_moe_16b_token_real_and_predicted_patterns_t5-smalltext10K<n<100K0 likes54 downloads1y agoHugging Face05howkewlisthat /rts_flan-t5-small_sqltext100K<n<1M0 likes36 downloads2y agoHugging Face06CVasNLPExperiments /Food101_test_google_flan_t5_small_mode_T_SPECIFIC_A_ns_100 Dataset Card for "Food101_test_google_flan_t5_small_mode_T_SPECIFIC_A_ns_100" More Information needed textn<1K0 likes34 downloads3y agoHugging Face07tkj000 /math-500_deepseek_moe_16b_token_real_and_predicted_patterns_t5-smalltext10K<n<100K0 likes34 downloads1y agoHugging Face08marsggbo /wmt16_qwen1.5MoEA2.7B_token_real_and_predicted_patterns_t5-smalltext10K<n<100K0 likes33 downloads1y agoHugging Face09tkj000 /math-500_qwen1.5MoEA2.7B_token_real_and_predicted_patterns_t5-smalltext10K<n<100K0 likes31 downloads1y agoHugging Face10youssefkhalil320 /xsum-watermarked-flan-t5-small-20240828230657textn<1K0 likes26 downloads2y agoHugging Face11marsggbo /alpaca_qwen1.5MoEA2.7B_token_real_and_predicted_patterns_t5-smalltext10K<n<100K0 likes26 downloads1y agoHugging Face12open-llm-leaderboard /google__flan-t5-small-detailsgated Dataset Card for Evaluation run of google/flan-t5-small Dataset automatically created during the evaluation run of model google/flan-t5-small The dataset is composed of 38 configuration(s), each one corresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the run.The "train" split is always pointing to the latest results. An additional… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard/google__flan-t5-small-details.tabular10K<n<100K0 likes22 downloads2y agoHugging Face13marsggbo /xsum_qwen1.5MoEA2.7B_token_real_and_predicted_patterns_t5-smalltext10K<n<100K0 likes20 downloads1y agoHugging Face14marsggbo /xsum_switch128_token_real_and_predicted_patterns_t5-small_dff2048_dmodel32pattern的维度是 (#layers, #tokens), 比如假设维度是 (6,32),则表示 MoE 总共 6 层,输入或输出的 token是 32, pattern[0,:]记录了所有 token 在第一层选择的 expert 的情况。 举个例子 decode_pattern = [ [ 37, 6 ], [ 121, 36 ], [ 56, 76 ], [ 82, 26 ], [ 75, 61 ], [ 100, 60 ] ] decode_pattern的维度是(6,2),则表示有 6 层,输出的 token 数是 2。 decode_pattern[0][0]=37,这表示在第0层,第 0 个 token 选择的expert 的index 是 37 类似地, predictor_pattern返回的是 top-k (k=3)的结果,维度是 (#layers, #experts, k)。例如 predictor_pattern[0][0]表示的是在第一层,第一个 token 选中的权重排名前三的 expert 的索引值。 text10K<n<100K0 likes19 downloads2y agoHugging Face15CVasNLPExperiments /Food101_test_google_flan_t5_small_mode_T_SPECIFIC_A_ns_10000 Dataset Card for "Food101_test_google_flan_t5_small_mode_T_SPECIFIC_A_ns_10000" More Information needed text10K<n<100K0 likes17 downloads3y agoHugging Face16crumb /semantic-corruption-t5-v1_1-smallcreating real/fake ("chosen"/"rejected") pairs where chosen are true completions and rejected are completions generated by T5 v1.1 small text1K<n<10K0 likes15 downloads9mo agoHugging Face17howkewlisthat /rts_t5-small_sqlDataset used for training text to sql. I've pre-tokenized this for faster loading. Here is the prompt formation for the tokenizer code: def tokenize_function(example): start_prompt = "Tables:\n" middle_prompt = "\n\nQuestion:\n" end_prompt = "\n\nAnswer:\n" data_zip = zip(example['context'], example['question']) prompt = [start_prompt + context + middle_prompt + question + end_prompt for context, question in data_zip] example['input_ids'] = tokenizer(prompt… See the full description on the dataset page: https://huggingface.co/datasets/howkewlisthat/rts_t5-small_sql.text100K<n<1M0 likes14 downloads2y agoHugging Face18marsggbo /xsum_mixtral8x7bInstructv0.1_token_real_and_predicted_patterns_t5-small_dff2048_dmodel32text10K<n<100K0 likes14 downloads2y agoHugging Face19youssefkhalil320 /cnn_dailymail-watermarked-flan-t5-smalltext10K<n<100K0 likes13 downloads2y agoHugging Face20CVasNLPExperiments /textvqa_mini_validation_google_flan_t5_small_mode_OCR_VQA_Q_rices_ns_10textn<1K0 likes12 downloads3y agoHugging Face21howkewlisthat /rts_flan-t5-small_sql_512text100K<n<1M0 likes12 downloads2y agoHugging Face22youssefkhalil320 /xsum-watermarked-flan-t5-smalltext10K<n<100K0 likes12 downloads2y agoHugging Face23youssefkhalil320 /xsum-watermarked-t5-smalltext10K<n<100K0 likes12 downloads2y agoHugging Face24CVasNLPExperiments /Food101_test_google_flan_t5_small_mode_T_SPECIFIC_A_ns_25250 Dataset Card for "Food101_test_google_flan_t5_small_mode_T_SPECIFIC_A_ns_25250" More Information needed text10K<n<100K0 likes11 downloads3y agoHugging Face25howkewlisthat /rts_flan-t5-small_sql_1024text100K<n<1M0 likes11 downloads2y agoHugging Face26marsggbo /wmt16_mixtral8x7bInstructv0.1_token_real_and_predicted_patterns_t5-small_dff2048_dmodel32text10K<n<100K0 likes11 downloads2y agoHugging Face27CVasNLPExperiments /OK-VQA_test_google_flan_t5_small_mode_A_T_D_PNP_FILTER_C_Q_rices_ns_100 Dataset Card for "OK-VQA_test_google_flan_t5_small_mode_A_T_D_PNP_FILTER_C_Q_rices_ns_100" More Information needed textn<1K0 likes9 downloads3y agoHugging Face28youssefkhalil320 /xsum-watermarked-flan-t5-small-20240828230746textn<1K0 likes8 downloads2y agoHugging Face29CVasNLPExperiments /Food101_test_google_flan_t5_small_mode_T_SPECIFIC_A_ns_1000 Dataset Card for "Food101_test_google_flan_t5_small_mode_T_SPECIFIC_A_ns_1000" More Information needed text1K<n<10K0 likes7 downloads3y agoHugging Face30CVasNLPExperiments /Hatefulmemes_test_google_flan_t5_small_mode_T_A_C_OCR_rices_ns_1000 Dataset Card for "Hatefulmemes_test_google_flan_t5_small_mode_T_A_C_OCR_rices_ns_1000" More Information needed text1K<n<10K0 likes7 downloads3y agoHugging Face

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