Spaces:
Running on CPU Spr
Running on CPU Spr
File size: 21,144 Bytes
04b4cff | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 | [
{
"id": "eee_eval:source_metadata.evaluator_relationship",
"source": "eee_eval",
"section": "source_metadata",
"field": "evaluator_relationship",
"schemaPath": "source_metadata.evaluator_relationship",
"fullPath": "eee_eval.source_metadata.evaluator_relationship",
"type": "string",
"description": "Relationship between the evaluator and the model developer (e.g., first-party, third-party, independent).",
"required": "required"
},
{
"id": "eee_eval:source_metadata.source_organization_name",
"source": "eee_eval",
"section": "source_metadata",
"field": "source_organization_name",
"schemaPath": "source_metadata.source_organization_name",
"fullPath": "eee_eval.source_metadata.source_organization_name",
"type": "string",
"description": "Name of the organization that produced or published the evaluation results.",
"required": "required"
},
{
"id": "eee_eval:source_metadata.source_url",
"source": "eee_eval",
"section": "source_metadata",
"field": "source_url",
"schemaPath": "source_metadata.source_url",
"fullPath": "eee_eval.source_metadata.source_url",
"type": "string",
"description": "URL pointing to the original source of the evaluation results.",
"required": "optional"
},
{
"id": "eee_eval:source_metadata.publication_date",
"source": "eee_eval",
"section": "source_metadata",
"field": "publication_date",
"schemaPath": "source_metadata.publication_date",
"fullPath": "eee_eval.source_metadata.publication_date",
"type": "string",
"description": "Date when the evaluation results were published or made publicly available.",
"required": "optional"
},
{
"id": "eee_eval:retrieved_timestamp",
"source": "eee_eval",
"section": "root",
"field": "retrieved_timestamp",
"schemaPath": "retrieved_timestamp",
"fullPath": "eee_eval.retrieved_timestamp",
"type": "string",
"description": "ISO 8601 timestamp indicating when the evaluation data was retrieved or ingested.",
"required": "required"
},
{
"id": "eee_eval:eval_library.name",
"source": "eee_eval",
"section": "eval_library",
"field": "name",
"schemaPath": "eval_library.name",
"fullPath": "eee_eval.eval_library.name",
"type": "string",
"description": "Name of the evaluation library or harness used to run the evaluation (e.g., lm-evaluation-harness, HELM).",
"required": "required"
},
{
"id": "eee_eval:eval_library.version",
"source": "eee_eval",
"section": "eval_library",
"field": "version",
"schemaPath": "eval_library.version",
"fullPath": "eee_eval.eval_library.version",
"type": "string",
"description": "Version string of the evaluation library used, enabling reproducibility checks.",
"required": "required"
},
{
"id": "eee_eval:eval_library.url",
"source": "eee_eval",
"section": "eval_library",
"field": "url",
"schemaPath": "eval_library.url",
"fullPath": "eee_eval.eval_library.url",
"type": "string",
"description": "Repository or documentation URL for the evaluation library.",
"required": "optional"
},
{
"id": "eee_eval:model_info.model_id",
"source": "eee_eval",
"section": "model_info",
"field": "model_id",
"schemaPath": "model_info.model_id",
"fullPath": "eee_eval.model_info.model_id",
"type": "string",
"description": "Unique identifier for the model being evaluated (e.g., HuggingFace model ID).",
"required": "required"
},
{
"id": "eee_eval:model_info.model_revision",
"source": "eee_eval",
"section": "model_info",
"field": "model_revision",
"schemaPath": "model_info.model_revision",
"fullPath": "eee_eval.model_info.model_revision",
"type": "string",
"description": "Git revision or checkpoint hash of the model weights used during evaluation.",
"required": "optional"
},
{
"id": "eee_eval:model_info.model_type",
"source": "eee_eval",
"section": "model_info",
"field": "model_type",
"schemaPath": "model_info.model_type",
"fullPath": "eee_eval.model_info.model_type",
"type": "string",
"description": "Type or architecture category of the model (e.g., decoder-only, encoder-decoder).",
"required": "optional"
},
{
"id": "eee_eval:evaluation_results.generation_config",
"source": "eee_eval",
"section": "evaluation_results",
"field": "generation_config",
"schemaPath": "evaluation_results.generation_config",
"fullPath": "eee_eval.evaluation_results.generation_config",
"type": "object",
"description": "Generation configuration used during evaluation, including temperature, top-p, max tokens, and other sampling parameters.",
"required": "required"
},
{
"id": "eee_eval:evaluation_results.scores",
"source": "eee_eval",
"section": "evaluation_results",
"field": "scores",
"schemaPath": "evaluation_results.scores",
"fullPath": "eee_eval.evaluation_results.scores",
"type": "object",
"description": "Aggregate scores across benchmarks, keyed by benchmark name.",
"required": "required"
},
{
"id": "eee_eval:evaluation_results.num_few_shot",
"source": "eee_eval",
"section": "evaluation_results",
"field": "num_few_shot",
"schemaPath": "evaluation_results.num_few_shot",
"fullPath": "eee_eval.evaluation_results.num_few_shot",
"type": "integer",
"description": "Number of few-shot examples provided in the prompt during evaluation.",
"required": "optional"
},
{
"id": "eee_eval:detailed_evaluation_results.file_path",
"source": "eee_eval",
"section": "detailed_evaluation_results",
"field": "file_path",
"schemaPath": "detailed_evaluation_results.file_path",
"fullPath": "eee_eval.detailed_evaluation_results.file_path",
"type": "string",
"description": "Path or URL to files containing per-sample evaluation results for detailed analysis.",
"required": "optional"
},
{
"id": "eee_eval:detailed_evaluation_results.format",
"source": "eee_eval",
"section": "detailed_evaluation_results",
"field": "format",
"schemaPath": "detailed_evaluation_results.format",
"fullPath": "eee_eval.detailed_evaluation_results.format",
"type": "string",
"description": "File format of the detailed evaluation results (e.g., jsonl, parquet, csv).",
"required": "optional"
},
{
"id": "eee_eval:hardware_info.gpu_type",
"source": "eee_eval",
"section": "hardware_info",
"field": "gpu_type",
"schemaPath": "hardware_info.gpu_type",
"fullPath": "eee_eval.hardware_info.gpu_type",
"type": "string",
"description": "Type and model of GPU hardware used during evaluation.",
"required": "optional"
},
{
"id": "eee_eval:hardware_info.num_gpus",
"source": "eee_eval",
"section": "hardware_info",
"field": "num_gpus",
"schemaPath": "hardware_info.num_gpus",
"fullPath": "eee_eval.hardware_info.num_gpus",
"type": "integer",
"description": "Number of GPUs used during evaluation.",
"required": "optional"
},
{
"id": "autobenchmarkcard:benchmark_details.overview",
"source": "autobenchmarkcard",
"section": "benchmark_details",
"field": "overview",
"schemaPath": "benchmark_details.overview",
"fullPath": "autobenchmarkcard.benchmark_details.overview",
"type": "string",
"description": "High-level summary of the benchmark, its purpose, and the capabilities it is designed to measure.",
"required": "required"
},
{
"id": "autobenchmarkcard:benchmark_details.name",
"source": "autobenchmarkcard",
"section": "benchmark_details",
"field": "name",
"schemaPath": "benchmark_details.name",
"fullPath": "autobenchmarkcard.benchmark_details.name",
"type": "string",
"description": "Official name of the benchmark.",
"required": "required"
},
{
"id": "autobenchmarkcard:benchmark_details.version",
"source": "autobenchmarkcard",
"section": "benchmark_details",
"field": "version",
"schemaPath": "benchmark_details.version",
"fullPath": "autobenchmarkcard.benchmark_details.version",
"type": "string",
"description": "Version of the benchmark dataset or task specification.",
"required": "required"
},
{
"id": "autobenchmarkcard:benchmark_details.release_date",
"source": "autobenchmarkcard",
"section": "benchmark_details",
"field": "release_date",
"schemaPath": "benchmark_details.release_date",
"fullPath": "autobenchmarkcard.benchmark_details.release_date",
"type": "string",
"description": "Date the benchmark was publicly released.",
"required": "optional"
},
{
"id": "autobenchmarkcard:benchmark_details.citation",
"source": "autobenchmarkcard",
"section": "benchmark_details",
"field": "citation",
"schemaPath": "benchmark_details.citation",
"fullPath": "autobenchmarkcard.benchmark_details.citation",
"type": "string",
"description": "BibTeX or APA citation for the benchmark paper or dataset.",
"required": "optional"
},
{
"id": "autobenchmarkcard:purpose_and_intended_users.intended_use",
"source": "autobenchmarkcard",
"section": "purpose_and_intended_users",
"field": "intended_use",
"schemaPath": "purpose_and_intended_users.intended_use",
"fullPath": "autobenchmarkcard.purpose_and_intended_users.intended_use",
"type": "string",
"description": "Description of the intended use cases and audiences for this benchmark.",
"required": "required"
},
{
"id": "autobenchmarkcard:purpose_and_intended_users.limitations",
"source": "autobenchmarkcard",
"section": "purpose_and_intended_users",
"field": "limitations",
"schemaPath": "purpose_and_intended_users.limitations",
"fullPath": "autobenchmarkcard.purpose_and_intended_users.limitations",
"type": "string",
"description": "Known limitations of the benchmark, including scope restrictions, population coverage gaps, or validity concerns.",
"required": "required"
},
{
"id": "autobenchmarkcard:purpose_and_intended_users.out_of_scope",
"source": "autobenchmarkcard",
"section": "purpose_and_intended_users",
"field": "out_of_scope",
"schemaPath": "purpose_and_intended_users.out_of_scope",
"fullPath": "autobenchmarkcard.purpose_and_intended_users.out_of_scope",
"type": "string",
"description": "Explicit description of use cases or capabilities the benchmark is not designed to evaluate.",
"required": "optional"
},
{
"id": "autobenchmarkcard:methodology.metrics",
"source": "autobenchmarkcard",
"section": "methodology",
"field": "metrics",
"schemaPath": "methodology.metrics",
"fullPath": "autobenchmarkcard.methodology.metrics",
"type": "array",
"description": "List of evaluation metrics used (e.g., accuracy, F1, BLEU), including their definitions and how they are computed.",
"required": "required"
},
{
"id": "autobenchmarkcard:methodology.validation",
"source": "autobenchmarkcard",
"section": "methodology",
"field": "validation",
"schemaPath": "methodology.validation",
"fullPath": "autobenchmarkcard.methodology.validation",
"type": "string",
"description": "Description of validation procedures used to ensure benchmark quality, including human review, pilot studies, or inter-annotator agreement.",
"required": "required"
},
{
"id": "autobenchmarkcard:methodology.interpretation",
"source": "autobenchmarkcard",
"section": "methodology",
"field": "interpretation",
"schemaPath": "methodology.interpretation",
"fullPath": "autobenchmarkcard.methodology.interpretation",
"type": "string",
"description": "Guidance on how to interpret benchmark scores, including what constitutes a meaningful difference and known confounds.",
"required": "required"
},
{
"id": "autobenchmarkcard:methodology.data_collection",
"source": "autobenchmarkcard",
"section": "methodology",
"field": "data_collection",
"schemaPath": "methodology.data_collection",
"fullPath": "autobenchmarkcard.methodology.data_collection",
"type": "string",
"description": "Description of how benchmark data was collected, curated, or generated.",
"required": "optional"
},
{
"id": "autobenchmarkcard:methodology.prompt_format",
"source": "autobenchmarkcard",
"section": "methodology",
"field": "prompt_format",
"schemaPath": "methodology.prompt_format",
"fullPath": "autobenchmarkcard.methodology.prompt_format",
"type": "string",
"description": "Specification of the prompt template or format used when querying models.",
"required": "optional"
},
{
"id": "autobenchmarkcard:ethical_and_legal_considerations.compliance_with_regulations",
"source": "autobenchmarkcard",
"section": "ethical_and_legal_considerations",
"field": "compliance_with_regulations",
"schemaPath": "ethical_and_legal_considerations.compliance_with_regulations",
"fullPath": "autobenchmarkcard.ethical_and_legal_considerations.compliance_with_regulations",
"type": "string",
"description": "Statement on compliance with relevant regulations or legal frameworks (e.g., GDPR, EU AI Act, NIST RMF).",
"required": "required"
},
{
"id": "autobenchmarkcard:ethical_and_legal_considerations.data_privacy",
"source": "autobenchmarkcard",
"section": "ethical_and_legal_considerations",
"field": "data_privacy",
"schemaPath": "ethical_and_legal_considerations.data_privacy",
"fullPath": "autobenchmarkcard.ethical_and_legal_considerations.data_privacy",
"type": "string",
"description": "Description of how personal data or sensitive information is handled in the benchmark.",
"required": "optional"
},
{
"id": "autobenchmarkcard:ethical_and_legal_considerations.consent",
"source": "autobenchmarkcard",
"section": "ethical_and_legal_considerations",
"field": "consent",
"schemaPath": "ethical_and_legal_considerations.consent",
"fullPath": "autobenchmarkcard.ethical_and_legal_considerations.consent",
"type": "string",
"description": "Information about consent obtained from data subjects or annotators.",
"required": "optional"
},
{
"id": "autobenchmarkcard:possible_risks.category",
"source": "autobenchmarkcard",
"section": "possible_risks",
"field": "category",
"schemaPath": "possible_risks.category",
"fullPath": "autobenchmarkcard.possible_risks.category",
"type": "array",
"description": "Categorized list of potential risks associated with misuse or misinterpretation of benchmark results (e.g., gaming, overfitting, contamination).",
"required": "required"
},
{
"id": "autobenchmarkcard:possible_risks.mitigation",
"source": "autobenchmarkcard",
"section": "possible_risks",
"field": "mitigation",
"schemaPath": "possible_risks.mitigation",
"fullPath": "autobenchmarkcard.possible_risks.mitigation",
"type": "string",
"description": "Recommended mitigations or safeguards to reduce identified risks.",
"required": "optional"
},
{
"id": "autobenchmarkcard:dataset_details.size",
"source": "autobenchmarkcard",
"section": "dataset_details",
"field": "size",
"schemaPath": "dataset_details.size",
"fullPath": "autobenchmarkcard.dataset_details.size",
"type": "integer",
"description": "Total number of examples or items in the benchmark dataset.",
"required": "optional"
},
{
"id": "autobenchmarkcard:dataset_details.languages",
"source": "autobenchmarkcard",
"section": "dataset_details",
"field": "languages",
"schemaPath": "dataset_details.languages",
"fullPath": "autobenchmarkcard.dataset_details.languages",
"type": "array",
"description": "Languages represented in the benchmark dataset (ISO 639-1 codes).",
"required": "optional"
},
{
"id": "autobenchmarkcard:dataset_details.domains",
"source": "autobenchmarkcard",
"section": "dataset_details",
"field": "domains",
"schemaPath": "dataset_details.domains",
"fullPath": "autobenchmarkcard.dataset_details.domains",
"type": "array",
"description": "Subject domains covered by the benchmark (e.g., medicine, law, mathematics, code).",
"required": "optional"
},
{
"id": "autobenchmarkcard:dataset_details.license",
"source": "autobenchmarkcard",
"section": "dataset_details",
"field": "license",
"schemaPath": "dataset_details.license",
"fullPath": "autobenchmarkcard.dataset_details.license",
"type": "string",
"description": "License under which the benchmark dataset is distributed.",
"required": "optional"
},
{
"id": "autobenchmarkcard:leaderboard_info.url",
"source": "autobenchmarkcard",
"section": "leaderboard_info",
"field": "url",
"schemaPath": "leaderboard_info.url",
"fullPath": "autobenchmarkcard.leaderboard_info.url",
"type": "string",
"description": "URL of the official leaderboard or results page for this benchmark.",
"required": "optional"
},
{
"id": "autobenchmarkcard:leaderboard_info.submission_requirements",
"source": "autobenchmarkcard",
"section": "leaderboard_info",
"field": "submission_requirements",
"schemaPath": "leaderboard_info.submission_requirements",
"fullPath": "autobenchmarkcard.leaderboard_info.submission_requirements",
"type": "string",
"description": "Requirements for submitting model results to the benchmark leaderboard.",
"required": "optional"
},
{
"id": "eee_instance_level_eval:instance_id",
"source": "eee_instance_level_eval",
"section": "root",
"field": "instance_id",
"schemaPath": "instance_id",
"fullPath": "eee_instance_level_eval.instance_id",
"type": "string",
"description": "Unique identifier for a single evaluation instance or example.",
"required": "required"
},
{
"id": "eee_instance_level_eval:model_output",
"source": "eee_instance_level_eval",
"section": "root",
"field": "model_output",
"schemaPath": "model_output",
"fullPath": "eee_instance_level_eval.model_output",
"type": "string",
"description": "Raw text output generated by the model for this instance.",
"required": "required"
},
{
"id": "eee_instance_level_eval:ground_truth",
"source": "eee_instance_level_eval",
"section": "root",
"field": "ground_truth",
"schemaPath": "ground_truth",
"fullPath": "eee_instance_level_eval.ground_truth",
"type": "string",
"description": "Reference answer or ground truth label for this instance.",
"required": "optional"
},
{
"id": "eee_instance_level_eval:score",
"source": "eee_instance_level_eval",
"section": "root",
"field": "score",
"schemaPath": "score",
"fullPath": "eee_instance_level_eval.score",
"type": "number",
"description": "Numeric score assigned to this instance by the evaluation metric.",
"required": "required"
},
{
"id": "eee_instance_level_eval:prompt",
"source": "eee_instance_level_eval",
"section": "root",
"field": "prompt",
"schemaPath": "prompt",
"fullPath": "eee_instance_level_eval.prompt",
"type": "string",
"description": "Full prompt text as presented to the model for this instance.",
"required": "optional"
},
{
"id": "eee_instance_level_eval:task_name",
"source": "eee_instance_level_eval",
"section": "root",
"field": "task_name",
"schemaPath": "task_name",
"fullPath": "eee_instance_level_eval.task_name",
"type": "string",
"description": "Name of the task or benchmark this instance belongs to.",
"required": "required"
},
{
"id": "eee_instance_level_eval:metadata.difficulty",
"source": "eee_instance_level_eval",
"section": "metadata",
"field": "difficulty",
"schemaPath": "metadata.difficulty",
"fullPath": "eee_instance_level_eval.metadata.difficulty",
"type": "string",
"description": "Difficulty level or category of this instance (e.g., easy, medium, hard).",
"required": "optional"
},
{
"id": "eee_instance_level_eval:metadata.subject",
"source": "eee_instance_level_eval",
"section": "metadata",
"field": "subject",
"schemaPath": "metadata.subject",
"fullPath": "eee_instance_level_eval.metadata.subject",
"type": "string",
"description": "Subject or topic area of this instance.",
"required": "optional"
},
{
"id": "eee_instance_level_eval:metadata.source_dataset",
"source": "eee_instance_level_eval",
"section": "metadata",
"field": "source_dataset",
"schemaPath": "metadata.source_dataset",
"fullPath": "eee_instance_level_eval.metadata.source_dataset",
"type": "string",
"description": "Original dataset this instance was sourced from.",
"required": "optional"
}
]
|