datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
model_response_evaluationsThis dataset contains the evaluation results for the responses provided by different models to the INTIMA prompts.
The classification follows a two-level taxonomy.
We predict one label for the high-level category, and a relevance level for each of the sub-categories (in ["null", "low", "medium", "high"]).
A sub-category can have relevance even when it is not from the predicted top-level category.
The toxonomy is as follows:
{
"companionship_reinforcing": {
"classification_code":… See the full description on the dataset page: https://huggingface.co/datasets/AI-companionship/model_response_evaluations.model-blind-spots-evaluationModel Blind Spot Evaluation Dataset
Tested Model
Model Name: Qwen/Qwen2.5-3B
Model Link: https://huggingface.co/Qwen/Qwen2.5-3B
This dataset evaluates failure cases observed while experimenting with the Qwen2.5-3B language model.
How the Model Was Loaded
The model was loaded using the Hugging Face transformers library as follows:
from transformers import AutoTokenizer, AutoModelForCausalLM
import torch
model_name = "Qwen/Qwen2.5-3B"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model =… See the full description on the dataset page: https://huggingface.co/datasets/datawithusman/model-blind-spots-evaluation.ai-model-evaluation-guide
AI 模型选型与测评维度词典
版本:1.0.0|更新日期:2026-07-29
Keygate 是覆盖全球主流与前沿 AI 模型的测评、排行榜与选型平台。这份中英双语词典将语言、图像、视频与语音模型比较中常见的 18 项指标整理为结构化字段,帮助读者正确理解榜单、建立选型表,并减少不同资料之间的术语混用。
A bilingual data dictionary of 18 dimensions for evaluating and selecting leading language, image, video and speech models.
配套资料
Keygate 实时排行榜、模型详情与并排对比
GitHub:AI 模型测评与选型维度指南
公开评测基准索引
可下载的评测基准 CSV
数据内容
统一中英文指标名称,减少同一概念被不同译法混用。
明确数值应当“越高越好”还是“越低越好”。
区分输出速度与首段响应时间,避免把两个概念当成同一项。… See the full description on the dataset page: https://huggingface.co/datasets/keygate-ai/ai-model-evaluation-guide.fleurs-reducedbaseline-model-evaluationssinergi-model-evaluation-results
Sinergi model evaluation outputs
Model answers and generation telemetry used by the Sinergi Table 8-aligned evaluation notebook. The repository contains eight configurations so every system can be loaded independently with the Hugging Face datasets library.
from datasets import load_dataset
data = load_dataset(
"Legal-verse/sinergi-model-evaluation-results",
"qwen-sft-rl-rag",
split="test",
)
Configurations
Configuration
System
Rows
Source file… See the full description on the dataset page: https://huggingface.co/datasets/Legal-verse/sinergi-model-evaluation-results.evaluation_of_response_of_a_restrained_model_without_primingclaude_opus_4_7_model_evaluation_dataset_50kmodel-evaluation
Model-Evaluation
Made with ❤️ using 🦥 Unsloth Studio
model eval run was generated with Unsloth Recipe Studio. It contains 1,473 generated records.
🚀 Quick Start
from datasets import load_dataset
# Load the main dataset
dataset = load_dataset("Rohan-official/model-evaluation", "data", split="train")
df = dataset.to_pandas()
📊 Dataset Summary
📈 Records: 1,473
📋 Columns: 7
📋 Schema & Statistics
Column
Type
Column Type
Unique (%)… See the full description on the dataset page: https://huggingface.co/datasets/Rohan-official/model-evaluation.model-evaluation-arena
Dataset Card for "model-evaluation-arena"
More Information needed
Model_Evaluation_Resultsquery-evaluation-full_model_eval_claude_4_opusquery-evaluation-single_model_eval_sonnet_4_n6query-evaluation-full_model_evalquery-evaluation-full_model_eval_sonnet_4query-evaluation-complete_model_eval_sonnet_4query-evaluation-single_model_eval_opus_4_n6
