haoyang commited on
Commit
221d26c
β€’
1 Parent(s): 1e5e2ae

update model metdadata

Browse files
01-ai/Yi-34B-Chat/{results_2024-01-13T14-57-48.json β†’ results_2024-01-13T16-41-04.json} RENAMED
@@ -1,7 +1,7 @@
1
  {
2
  "config": {
3
  "model_name": "01-ai/Yi-34B-Chat",
4
- "model_type": "pretrained"
5
  },
6
  "results": {
7
  "SAS": {
 
1
  {
2
  "config": {
3
  "model_name": "01-ai/Yi-34B-Chat",
4
+ "model_type": "open-source"
5
  },
6
  "results": {
7
  "SAS": {
Claude-2/{results_2024-01-13T14-57-48.json β†’ results_2024-01-13T16-41-04.json} RENAMED
@@ -1,7 +1,7 @@
1
  {
2
  "config": {
3
  "model_name": "Claude-2",
4
- "model_type": "pretrained"
5
  },
6
  "results": {
7
  "SAS": {
 
1
  {
2
  "config": {
3
  "model_name": "Claude-2",
4
+ "model_type": "close-source"
5
  },
6
  "results": {
7
  "SAS": {
Claude-Instant/{results_2024-01-13T14-57-48.json β†’ results_2024-01-13T16-41-04.json} RENAMED
@@ -1,7 +1,7 @@
1
  {
2
  "config": {
3
  "model_name": "Claude-Instant",
4
- "model_type": "pretrained"
5
  },
6
  "results": {
7
  "SAS": {
 
1
  {
2
  "config": {
3
  "model_name": "Claude-Instant",
4
+ "model_type": "close-source"
5
  },
6
  "results": {
7
  "SAS": {
GPT-3.5-Turbo/{results_2024-01-13T14-57-48.json β†’ results_2024-01-13T16-41-04.json} RENAMED
@@ -1,7 +1,7 @@
1
  {
2
  "config": {
3
  "model_name": "GPT-3.5-Turbo",
4
- "model_type": "pretrained"
5
  },
6
  "results": {
7
  "SAS": {
 
1
  {
2
  "config": {
3
  "model_name": "GPT-3.5-Turbo",
4
+ "model_type": "close-source"
5
  },
6
  "results": {
7
  "SAS": {
GPT-4-Turbo/{results_2024-01-13T14-57-48.json β†’ results_2024-01-13T16-41-04.json} RENAMED
@@ -1,7 +1,7 @@
1
  {
2
  "config": {
3
  "model_name": "GPT-4-Turbo",
4
- "model_type": "pretrained"
5
  },
6
  "results": {
7
  "SAS": {
 
1
  {
2
  "config": {
3
  "model_name": "GPT-4-Turbo",
4
+ "model_type": "close-source"
5
  },
6
  "results": {
7
  "SAS": {
PaLM-2/{results_2024-01-13T14-57-48.json β†’ results_2024-01-13T16-41-04.json} RENAMED
@@ -1,7 +1,7 @@
1
  {
2
  "config": {
3
  "model_name": "PaLM-2",
4
- "model_type": "pretrained"
5
  },
6
  "results": {
7
  "SAS": {
 
1
  {
2
  "config": {
3
  "model_name": "PaLM-2",
4
+ "model_type": "close-source"
5
  },
6
  "results": {
7
  "SAS": {
Qwen/Qwen-14B-Chat/{results_2024-01-13T14-57-48.json β†’ results_2024-01-13T16-41-04.json} RENAMED
@@ -1,7 +1,7 @@
1
  {
2
  "config": {
3
  "model_name": "Qwen/Qwen-14B-Chat",
4
- "model_type": "pretrained"
5
  },
6
  "results": {
7
  "SAS": {
 
1
  {
2
  "config": {
3
  "model_name": "Qwen/Qwen-14B-Chat",
4
+ "model_type": "open-source"
5
  },
6
  "results": {
7
  "SAS": {
export.ipynb CHANGED
@@ -69,7 +69,7 @@
69
  " model_df = new_df[new_df[\"model\"] == model]\n",
70
  " model_result = result_export(model_df, model)\n",
71
  " model_result = {\n",
72
- " \"config\": {\"model_name\": model_dir, \"model_type\": \"pretrained\"},\n",
73
  " \"results\": model_result\n",
74
  " }\n",
75
  " with open(f\"{model_dir}/results_{time_now}.json\", \"w\") as f:\n",
 
69
  " model_df = new_df[new_df[\"model\"] == model]\n",
70
  " model_result = result_export(model_df, model)\n",
71
  " model_result = {\n",
72
+ " \"config\": {\"model_name\": model_dir, \"model_type\": \"open-source\" if model in open_models else \"close-source\"},\n",
73
  " \"results\": model_result\n",
74
  " }\n",
75
  " with open(f\"{model_dir}/results_{time_now}.json\", \"w\") as f:\n",
lmsys/vicuna-13b-v1.3/{results_2024-01-13T14-57-48.json β†’ results_2024-01-13T16-41-04.json} RENAMED
@@ -1,7 +1,7 @@
1
  {
2
  "config": {
3
  "model_name": "lmsys/vicuna-13b-v1.3",
4
- "model_type": "pretrained"
5
  },
6
  "results": {
7
  "SAS": {
 
1
  {
2
  "config": {
3
  "model_name": "lmsys/vicuna-13b-v1.3",
4
+ "model_type": "open-source"
5
  },
6
  "results": {
7
  "SAS": {
microsoft/phi-1_5/{results_2024-01-13T14-57-48.json β†’ results_2024-01-13T16-41-04.json} RENAMED
@@ -1,7 +1,7 @@
1
  {
2
  "config": {
3
  "model_name": "microsoft/phi-1_5",
4
- "model_type": "pretrained"
5
  },
6
  "results": {
7
  "SAS": {
 
1
  {
2
  "config": {
3
  "model_name": "microsoft/phi-1_5",
4
+ "model_type": "open-source"
5
  },
6
  "results": {
7
  "SAS": {
microsoft/phi-2/{results_2024-01-13T14-57-48.json β†’ results_2024-01-13T16-41-04.json} RENAMED
@@ -1,7 +1,7 @@
1
  {
2
  "config": {
3
  "model_name": "microsoft/phi-2",
4
- "model_type": "pretrained"
5
  },
6
  "results": {
7
  "SAS": {
 
1
  {
2
  "config": {
3
  "model_name": "microsoft/phi-2",
4
+ "model_type": "open-source"
5
  },
6
  "results": {
7
  "SAS": {
mistralai/Mistral-7B-Instruct-v0.1/{results_2024-01-13T14-57-48.json β†’ results_2024-01-13T16-41-04.json} RENAMED
@@ -1,7 +1,7 @@
1
  {
2
  "config": {
3
  "model_name": "mistralai/Mistral-7B-Instruct-v0.1",
4
- "model_type": "pretrained"
5
  },
6
  "results": {
7
  "SAS": {
 
1
  {
2
  "config": {
3
  "model_name": "mistralai/Mistral-7B-Instruct-v0.1",
4
+ "model_type": "open-source"
5
  },
6
  "results": {
7
  "SAS": {
mosaicml/mpt-30b-instruct/{results_2024-01-13T14-57-48.json β†’ results_2024-01-13T16-41-04.json} RENAMED
@@ -1,7 +1,7 @@
1
  {
2
  "config": {
3
  "model_name": "mosaicml/mpt-30b-instruct",
4
- "model_type": "pretrained"
5
  },
6
  "results": {
7
  "SAS": {
 
1
  {
2
  "config": {
3
  "model_name": "mosaicml/mpt-30b-instruct",
4
+ "model_type": "open-source"
5
  },
6
  "results": {
7
  "SAS": {