eduagarcia commited on
Commit
997f893
β€’
1 Parent(s): 6d48e78

Retry 7 FAILED models

Browse files
NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO_eval_request_False_float16_Original.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
3
+ "base_model": "",
4
+ "revision": "main",
5
+ "private": false,
6
+ "precision": "float16",
7
+ "params": 46.703,
8
+ "architectures": "MixtralForCausalLM",
9
+ "weight_type": "Original",
10
+ "status": "FAILED",
11
+ "submitted_time": "2024-02-21T13:34:22Z",
12
+ "model_type": "πŸ”Ά : fine-tuned/fp on domain-specific datasets",
13
+ "source": "leaderboard",
14
+ "job_id": 253,
15
+ "job_start_time": "2024-02-25T06-19-54.469010",
16
+ "error_msg": "CUDA out of memory. Tried to allocate 112.00 MiB. GPU 0 has a total capacty of 79.35 GiB of which 82.19 MiB is free. Process 3129332 has 79.26 GiB memory in use. Of the allocated memory 78.64 GiB is allocated by PyTorch, and 115.59 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF",
17
+ "traceback": "Traceback (most recent call last):\n File \"/workspace/repos/llm_leaderboard/llm_leaderboard_eval_bot/evaluate_llms.py\", line 207, in wait_download_and_run_request\n run_request(\n File \"/workspace/repos/llm_leaderboard/llm_leaderboard_eval_bot/evaluate_llms.py\", line 64, in run_request\n results = run_eval_on_model(\n ^^^^^^^^^^^^^^^^^^\n File \"/workspace/repos/llm_leaderboard/llm_leaderboard_eval_bot/run_eval.py\", line 55, in run_eval_on_model\n result = evaluate(\n ^^^^^^^^^\n File \"/workspace/repos/llm_leaderboard/llm_leaderboard_eval_bot/lm_eval_util.py\", line 145, in evaluate\n results = evaluator.simple_evaluate(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/workspace/repos/llm_leaderboard/lm-evaluation-harness-pt/lm_eval/utils.py\", line 415, in _wrapper\n return fn(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^\n File \"/workspace/repos/llm_leaderboard/lm-evaluation-harness-pt/lm_eval/evaluator.py\", line 100, in simple_evaluate\n lm = lm_eval.api.registry.get_model(model).create_from_arg_string(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/workspace/repos/llm_leaderboard/lm-evaluation-harness-pt/lm_eval/api/model.py\", line 134, in create_from_arg_string\n return cls(**args, **args2)\n ^^^^^^^^^^^^^^^^^^^^\n File \"/workspace/repos/llm_leaderboard/lm-evaluation-harness-pt/lm_eval/models/huggingface.py\", line 293, in __init__\n self._create_model(\n File \"/workspace/repos/llm_leaderboard/lm-evaluation-harness-pt/lm_eval/models/huggingface.py\", line 604, in _create_model\n self._model = self.AUTO_MODEL_CLASS.from_pretrained(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/root/miniconda3/envs/torch21/lib/python3.11/site-packages/transformers/models/auto/auto_factory.py\", line 561, in from_pretrained\n return model_class.from_pretrained(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/root/miniconda3/envs/torch21/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 3502, in from_pretrained\n ) = cls._load_pretrained_model(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/root/miniconda3/envs/torch21/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 3926, in _load_pretrained_model\n new_error_msgs, offload_index, state_dict_index = _load_state_dict_into_meta_model(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/root/miniconda3/envs/torch21/lib/python3.11/site-packages/transformers/modeling_utils.py\", line 805, in _load_state_dict_into_meta_model\n set_module_tensor_to_device(model, param_name, param_device, **set_module_kwargs)\n File \"/root/miniconda3/envs/torch21/lib/python3.11/site-packages/accelerate/utils/modeling.py\", line 347, in set_module_tensor_to_device\n new_value = value.to(device)\n ^^^^^^^^^^^^^^^^\ntorch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 112.00 MiB. GPU 0 has a total capacty of 79.35 GiB of which 82.19 MiB is free. Process 3129332 has 79.26 GiB memory in use. Of the allocated memory 78.64 GiB is allocated by PyTorch, and 115.59 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF\n"
18
+ }
argilla/CapybaraHermes-2.5-Mistral-7B_eval_request_False_float16_Original.json CHANGED
@@ -7,12 +7,10 @@
7
  "params": 7.242,
8
  "architectures": "MistralForCausalLM",
9
  "weight_type": "Original",
10
- "status": "FAILED",
11
  "submitted_time": "2024-02-27T05:09:42Z",
12
  "model_type": "πŸ’¬ : chat models (RLHF, DPO, IFT, ...)",
13
  "source": "leaderboard",
14
  "job_id": -1,
15
- "job_start_time": null,
16
- "error_msg": "cannot access local variable 'commit_hash' where it is not associated with a value",
17
- "traceback": "Traceback (most recent call last):\n File \"/workspace/repos/llm_leaderboard/llm_leaderboard_eval_bot/evaluate_llms.py\", line 211, in wait_download_and_run_request\n commit_hash=commit_hash,\n ^^^^^^^^^^^\nUnboundLocalError: cannot access local variable 'commit_hash' where it is not associated with a value\n"
18
  }
 
7
  "params": 7.242,
8
  "architectures": "MistralForCausalLM",
9
  "weight_type": "Original",
10
+ "status": "RERUN",
11
  "submitted_time": "2024-02-27T05:09:42Z",
12
  "model_type": "πŸ’¬ : chat models (RLHF, DPO, IFT, ...)",
13
  "source": "leaderboard",
14
  "job_id": -1,
15
+ "job_start_time": null
 
 
16
  }
argilla/notus-7b-v1_eval_request_False_bfloat16_Original.json CHANGED
@@ -7,12 +7,10 @@
7
  "params": 7.0,
8
  "architectures": "MistralForCausalLM",
9
  "weight_type": "Original",
10
- "status": "FAILED",
11
  "submitted_time": "2024-02-27T05:09:59Z",
12
  "model_type": "πŸ’¬ : chat models (RLHF, DPO, IFT, ...)",
13
  "source": "leaderboard",
14
  "job_id": -1,
15
- "job_start_time": null,
16
- "error_msg": "cannot access local variable 'commit_hash' where it is not associated with a value",
17
- "traceback": "Traceback (most recent call last):\n File \"/workspace/repos/llm_leaderboard/llm_leaderboard_eval_bot/evaluate_llms.py\", line 211, in wait_download_and_run_request\n commit_hash=commit_hash,\n ^^^^^^^^^^^\nUnboundLocalError: cannot access local variable 'commit_hash' where it is not associated with a value\n"
18
  }
 
7
  "params": 7.0,
8
  "architectures": "MistralForCausalLM",
9
  "weight_type": "Original",
10
+ "status": "RERUN",
11
  "submitted_time": "2024-02-27T05:09:59Z",
12
  "model_type": "πŸ’¬ : chat models (RLHF, DPO, IFT, ...)",
13
  "source": "leaderboard",
14
  "job_id": -1,
15
+ "job_start_time": null
 
 
16
  }
argilla/notux-8x7b-v1_eval_request_False_bfloat16_Original.json CHANGED
@@ -7,12 +7,10 @@
7
  "params": 46.703,
8
  "architectures": "MixtralForCausalLM",
9
  "weight_type": "Original",
10
- "status": "FAILED",
11
  "submitted_time": "2024-02-27T05:10:44Z",
12
  "model_type": "πŸ’¬ : chat models (RLHF, DPO, IFT, ...)",
13
  "source": "leaderboard",
14
  "job_id": -1,
15
- "job_start_time": null,
16
- "error_msg": "cannot access local variable 'commit_hash' where it is not associated with a value",
17
- "traceback": "Traceback (most recent call last):\n File \"/workspace/repos/llm_leaderboard/llm_leaderboard_eval_bot/evaluate_llms.py\", line 211, in wait_download_and_run_request\n commit_hash=commit_hash,\n ^^^^^^^^^^^\nUnboundLocalError: cannot access local variable 'commit_hash' where it is not associated with a value\n"
18
  }
 
7
  "params": 46.703,
8
  "architectures": "MixtralForCausalLM",
9
  "weight_type": "Original",
10
+ "status": "RERUN",
11
  "submitted_time": "2024-02-27T05:10:44Z",
12
  "model_type": "πŸ’¬ : chat models (RLHF, DPO, IFT, ...)",
13
  "source": "leaderboard",
14
  "job_id": -1,
15
+ "job_start_time": null
 
 
16
  }
lmsys/vicuna-13b-v1.5_eval_request_False_float16_Original.json CHANGED
@@ -7,12 +7,10 @@
7
  "params": 13.0,
8
  "architectures": "LlamaForCausalLM",
9
  "weight_type": "Original",
10
- "status": "FAILED",
11
  "submitted_time": "2024-02-27T16:59:30Z",
12
  "model_type": "πŸ’¬ : chat models (RLHF, DPO, IFT, ...)",
13
  "source": "leaderboard",
14
  "job_id": -1,
15
- "job_start_time": null,
16
- "error_msg": "cannot access local variable 'commit_hash' where it is not associated with a value",
17
- "traceback": "Traceback (most recent call last):\n File \"/workspace/repos/llm_leaderboard/llm_leaderboard_eval_bot/evaluate_llms.py\", line 211, in wait_download_and_run_request\n commit_hash=commit_hash,\n ^^^^^^^^^^^\nUnboundLocalError: cannot access local variable 'commit_hash' where it is not associated with a value\n"
18
  }
 
7
  "params": 13.0,
8
  "architectures": "LlamaForCausalLM",
9
  "weight_type": "Original",
10
+ "status": "RERUN",
11
  "submitted_time": "2024-02-27T16:59:30Z",
12
  "model_type": "πŸ’¬ : chat models (RLHF, DPO, IFT, ...)",
13
  "source": "leaderboard",
14
  "job_id": -1,
15
+ "job_start_time": null
 
 
16
  }
lmsys/vicuna-7b-v1.5_eval_request_False_float16_Original.json CHANGED
@@ -7,12 +7,10 @@
7
  "params": 7.0,
8
  "architectures": "LlamaForCausalLM",
9
  "weight_type": "Original",
10
- "status": "FAILED",
11
  "submitted_time": "2024-02-27T16:58:43Z",
12
  "model_type": "πŸ’¬ : chat models (RLHF, DPO, IFT, ...)",
13
  "source": "leaderboard",
14
  "job_id": -1,
15
- "job_start_time": null,
16
- "error_msg": "cannot access local variable 'commit_hash' where it is not associated with a value",
17
- "traceback": "Traceback (most recent call last):\n File \"/workspace/repos/llm_leaderboard/llm_leaderboard_eval_bot/evaluate_llms.py\", line 211, in wait_download_and_run_request\n commit_hash=commit_hash,\n ^^^^^^^^^^^\nUnboundLocalError: cannot access local variable 'commit_hash' where it is not associated with a value\n"
18
  }
 
7
  "params": 7.0,
8
  "architectures": "LlamaForCausalLM",
9
  "weight_type": "Original",
10
+ "status": "RERUN",
11
  "submitted_time": "2024-02-27T16:58:43Z",
12
  "model_type": "πŸ’¬ : chat models (RLHF, DPO, IFT, ...)",
13
  "source": "leaderboard",
14
  "job_id": -1,
15
+ "job_start_time": null
 
 
16
  }
stabilityai/stablelm-2-zephyr-1_6b_eval_request_False_float16_Original.json CHANGED
@@ -7,12 +7,10 @@
7
  "params": 1.645,
8
  "architectures": "StableLmForCausalLM",
9
  "weight_type": "Original",
10
- "status": "FAILED",
11
  "submitted_time": "2024-02-27T03:29:39Z",
12
  "model_type": "πŸ’¬ : chat models (RLHF, DPO, IFT, ...)",
13
  "source": "leaderboard",
14
  "job_id": -1,
15
- "job_start_time": null,
16
- "error_msg": "cannot access local variable 'commit_hash' where it is not associated with a value",
17
- "traceback": "Traceback (most recent call last):\n File \"/workspace/repos/llm_leaderboard/llm_leaderboard_eval_bot/evaluate_llms.py\", line 211, in wait_download_and_run_request\n commit_hash=commit_hash,\n ^^^^^^^^^^^\nUnboundLocalError: cannot access local variable 'commit_hash' where it is not associated with a value\n"
18
  }
 
7
  "params": 1.645,
8
  "architectures": "StableLmForCausalLM",
9
  "weight_type": "Original",
10
+ "status": "RERUN",
11
  "submitted_time": "2024-02-27T03:29:39Z",
12
  "model_type": "πŸ’¬ : chat models (RLHF, DPO, IFT, ...)",
13
  "source": "leaderboard",
14
  "job_id": -1,
15
+ "job_start_time": null
 
 
16
  }
stabilityai/stablelm-zephyr-3b_eval_request_False_bfloat16_Original.json CHANGED
@@ -7,12 +7,10 @@
7
  "params": 2.795,
8
  "architectures": "StableLmForCausalLM",
9
  "weight_type": "Original",
10
- "status": "FAILED",
11
  "submitted_time": "2024-02-27T03:30:00Z",
12
  "model_type": "πŸ’¬ : chat models (RLHF, DPO, IFT, ...)",
13
  "source": "leaderboard",
14
  "job_id": -1,
15
- "job_start_time": null,
16
- "error_msg": "cannot access local variable 'commit_hash' where it is not associated with a value",
17
- "traceback": "Traceback (most recent call last):\n File \"/workspace/repos/llm_leaderboard/llm_leaderboard_eval_bot/evaluate_llms.py\", line 211, in wait_download_and_run_request\n commit_hash=commit_hash,\n ^^^^^^^^^^^\nUnboundLocalError: cannot access local variable 'commit_hash' where it is not associated with a value\n"
18
  }
 
7
  "params": 2.795,
8
  "architectures": "StableLmForCausalLM",
9
  "weight_type": "Original",
10
+ "status": "RERUN",
11
  "submitted_time": "2024-02-27T03:30:00Z",
12
  "model_type": "πŸ’¬ : chat models (RLHF, DPO, IFT, ...)",
13
  "source": "leaderboard",
14
  "job_id": -1,
15
+ "job_start_time": null
 
 
16
  }