The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

Requests Dataset

Open Arabic LLM Leaderboard Requests

This dataset contains community queries and the running status of models submitted to the Open Arabic LLM Leaderboard. The models are organized in folders, with JSON files providing detailed information about each model's evaluation status.

Example JSON Structure (Pending):

{
  "model": "FreedomIntelligence/AceGPT-7B-chat",
  "base_model": "",
  "revision": "main",
  "precision": "float16",
  "weight_type": "Original",
  "status": "PENDING",
  "submitted_time": "2024-05-11T20:51:37Z",
  "model_type": "💬 : chat models (RLHF, DPO, IFT, ...)",
  "likes": 8,
  "params": 0,
  "license": "apache-2.0",
  "private": false
}

Example JSON Structure (Finished):

{
  "model": "FreedomIntelligence/AceGPT-7B-chat",
  "base_model": "",
  "revision": "main",
  "precision": "float16",
  "weight_type": "Original",
  "status": "FINISHED",
  "submitted_time": "2024-05-11T20:51:37Z",
  "model_type": "💬 : chat models (RLHF, DPO, IFT, ...)",
  "likes": 8,
  "params": 0,
  "license": "apache-2.0",
  "private": false,
  "job_id": null,
  "job_start_time": "2024-05-13T19:42:21.942278"
}
Downloads last month
3