Skip to content

Commit

Permalink
add config file for llm-jp/llm-jp-13b-instruct-full-jaster-dolly-oass…
Browse files Browse the repository at this point in the history
…t-v1.0
  • Loading branch information
hkiyomaru committed Nov 22, 2023
1 parent 7288302 commit 6fdac95
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"model_id": "llm-jp--llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0",
"model_name_or_path": "llm-jp/llm-jp-13b-instruct-full-jaster-dolly-oasst-v1.0",
"lora_model_name_or_path": null,
"tokenizer_name_or_path": null,
"prompt_template": "{instruction} ### 回答:",
"generation_config": {
"do_sample": true,
"max_new_tokens": 512,
"temperature": 0.7,
"top_p": 0.9
},
"special_token_map": {}
}

0 comments on commit 6fdac95

Please sign in to comment.