CoolFace
16 shown

datasets

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

Clear all
01AnchorSR /ErrorAnalysis AnchorSR Error Analysis 500道题,严格沿 failure_cases_500.json 的文件顺序排列,每题对照三个SFT模型。 推荐从第001题开始,点击“下一题”逐题阅读。 也可使用本页上方 Dataset Viewer,一行就是一题:图片、问题、标准答案、三个模型完整输出。 Q-Spatial 150题,SpatialRGPT 175题,VSI 175题(仅尺寸、距离,不含面积)。 全部500题:每个模型均提供原图和标注图,共3000张图;O编号和帧号来自模型声明。 原图与标注图使用相同源帧和拼图顺序。无效框/帧号或无声明会注明,不补造;此时标注页可能没有框。 原图指未添加模型框的网页展示副本,经过等比例缩放与JPEG编码,并非原始文件字节;SpatialRGPT原有区域标记保留。 视频只展示可绘制对象涉及帧,无有效框时展示第1帧,非完整视频。原图/标注图使用相同帧。 原生输出完整保留,包括循环、截断和格式错误;未修改答案或重新评分。 所有模型均为SFT,不是baseline。至少一个模型在该题失败,其他模型可能答对。… See the full description on the dataset page: https://huggingface.co/datasets/AnchorSR/ErrorAnalysis.imagen<1K0 likes132 downloads16d agoHugging Face02zhiqiulin /camerabench_error_analysisvideon<1K0 likes107 downloads1y agoHugging Face03syCen /video_error_analysisvideon<1K0 likes68 downloads1y agoHugging Face04dvilasuero /ag_news_error_analysisThis is a dataset created for testing purposes in the context of this tutorial: https://rubrix.readthedocs.io/en/master/tutorials/08-error_analysis_using_loss.html You can find more details on section 5. of the tutorial and the corresponding dataset with corrected labels at https://huggingface.co/datasets/Recognai/ag_news_corrected_labels textn<1K0 likes28 downloads5y agoHugging Face05TheMrguiller /granite_4.0_h_small_FP8_test_detoxificability_annotation_error_analysistext10K<n<100K0 likes24 downloads8mo agoHugging Face06ArslanMZahid /qwen-base-error-analysis Qwen3.5-4B-Base Error Analysis Dataset This dataset contains 10 diverse examples where the base language model Qwen3.5-4B-Base makes incorrect or unexpected predictions. It was created as part of an exploration of base model blind spots and failure modes. Model Tested Model: Qwen/Qwen3.5-4B-Base Type: Pre-trained base model (not instruction-tuned) Parameters: 4B Architecture: Causal Language Model with hybrid Gated DeltaNet + Attention layers Dataset Structure… See the full description on the dataset page: https://huggingface.co/datasets/ArslanMZahid/qwen-base-error-analysis.textn<1K0 likes22 downloads7mo agoHugging Face07masteramir /code-gen-lcb-error-analysistext10K<n<100K0 likes14 downloads11mo agoHugging Face08ParamTh /llm-error-analysis LLM Error Analysis Dataset This dataset contains evaluation examples for testing mathematical and logical reasoning capabilities of language models. Dataset Overview Number of examples: 11 Fields: input, type, expected_output, model_output Types included: arithmetic, long_addition, date_knowledge, ambiguous_riddle, ordering, directional_reasoning, pattern_recognition, instruction_following, framing_bias, causal_vs_correlation Model Tested Model:… See the full description on the dataset page: https://huggingface.co/datasets/ParamTh/llm-error-analysis.textn<1K0 likes12 downloads7mo agoHugging Face09AhsanShahid /Qwen3.5-0.8B-Base-error-analysis Qwen3.5-0.8B-Base Error Analysis Dataset Model Tested Model: Qwen/Qwen3.5-0.8B-Base Model Type: Base / Pretrained Causal Language Model Parameters: 0.8B Architecture: Causal Language Model with Vision Encoder (Gated Delta Networks + MoE) Release Date: February 2026 License: Apache 2.0 Dataset Description This dataset contains 10 input prompts where Qwen/Qwen3.5-0.8B-Base produced incorrect, incomplete, or hallucinated outputs. The prompts were designed… See the full description on the dataset page: https://huggingface.co/datasets/AhsanShahid/Qwen3.5-0.8B-Base-error-analysis.textn<1K0 likes11 downloads7mo agoHugging Face10EngrIBGIT /LocoOperator-4B-error-analysis LocoOperator-4B Error Analysis Dataset README This dataset contains examples of identified errors and unexpected behaviors from the LocoreMind/LocoOperator-4B model, collected during an evaluation phase. It is intended to serve as a basis for fine-tuning the model to improve its performance in specific areas. Model Tested Model Name: LocoreMind/LocoOperator-4B Hugging Face Model Page: https://huggingface.co/LocoreMind/LocoOperator-4B Model Loading Code The… See the full description on the dataset page: https://huggingface.co/datasets/EngrIBGIT/LocoOperator-4B-error-analysis.textn<1K0 likes8 downloads7mo agoHugging Face11Anurag1734 /cuda-error-resolution-analysis0 likes7 downloads2mo agoHugging Face12TheMrguiller /Qwen3-30B-A3B-Instruct-2507-FP8_detoxificability_annotation_error_analysistext1K<n<10K0 likes6 downloads8mo agoHugging Face13TheMrguiller /detox_eval_aggregated_quality_annotation_error_analysistext10K<n<100K0 likes5 downloads7mo agoHugging Face14akankshakshurai /cuda-error-resolution-analysis0 likes4 downloads11mo agoHugging Face15AnindaRoy /llm-error-analysis-dataset Model Evaluation and Fine-Tuning Recommendation For this experiment, I used the Nanbeige4-3B-Base model from Hugging Face and performed prompt testing across multiple domains. Model Setup The following code was used to load the model and generate responses: from transformers import AutoTokenizer, AutoModelForCausalLM import torch model_name = "Nanbeige/Nanbeige4-3B-Base" tokenizer = AutoTokenizer.from_pretrained(model_name) model = AutoModelForCausalLM.from_pretrained(… See the full description on the dataset page: https://huggingface.co/datasets/AnindaRoy/llm-error-analysis-dataset.textn<1K0 likes4 downloads7mo agoHugging Face16Muh113 /Qwen3.5-2B-Base_error_analysis Base Model Blind Spots: Qwen3.5-2B-Base Overview This dataset is a collection of 10 targeted "blind spot" prompts designed to expose the limitations of a recently released frontier base model. The data highlights common failure modes in base models before they undergo Supervised Fine-Tuning (SFT) and instruction alignment. Tested Model: Qwen/Qwen3.5-2B-Base The Dataset: Identified Blind Spots During testing, the model exhibited classic next-token… See the full description on the dataset page: https://huggingface.co/datasets/Muh113/Qwen3.5-2B-Base_error_analysis.0 likes1 downloads7mo agoHugging Face

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