-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add result of Swallow-70b-instruct-hf
- Loading branch information
Showing
5 changed files
with
187 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"model_id": "tokyotech-llm--Swallow-70b-instruct-hf", | ||
"model_name_or_path": "tokyotech-llm/Swallow-70b-instruct-hf", | ||
"lora_model_name_or_path": null, | ||
"tokenizer_name_or_path": null, | ||
"prompt_template": "以下に、あるタスクを説明する指示があります。リクエストを適切に完了するための回答を記述してください。\n\n### 指示:\n{instruction}\n\n### 応答:\n", | ||
"generation_config": { | ||
"do_sample": true, | ||
"max_length": 2048, | ||
"temperature": 0.99, | ||
"top_p": 0.95 | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
data/jp_bench/model_answer/tokyotech-llm--Swallow-70b-instruct-hf/config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"model_id": "tokyotech-llm--Swallow-70b-instruct-hf", | ||
"model_name_or_path": "tokyotech-llm/Swallow-70b-instruct-hf", | ||
"lora_model_name_or_path": null, | ||
"tokenizer_name_or_path": null, | ||
"prompt_template": "以下に、あるタスクを説明する指示があります。リクエストを適切に完了するための回答を記述してください。\n\n### 指示:\n{instruction}\n\n### 応答:\n", | ||
"generation_config": { | ||
"do_sample": true, | ||
"max_length": 2048, | ||
"temperature": 0.99, | ||
"top_p": 0.95 | ||
} | ||
} |
Oops, something went wrong.