初始化项目,由ModelHub XC社区提供模型
Model: nicholasKluge/Aira-OPT-1B3 Source: Original Platform
This commit is contained in:
16
generation_config.json
Normal file
16
generation_config.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"bos_token_id": 50265,
|
||||
"sep_token": 50268,
|
||||
"eos_token_id": 50266,
|
||||
"pad_token_id": 50269,
|
||||
"unk_token": 50267,
|
||||
"do_sample": true,
|
||||
"max_new_tokens": 512,
|
||||
"renormalize_logits": true,
|
||||
"repetition_penalty": 1.2,
|
||||
"temperature": 0.1,
|
||||
"top_k": 50,
|
||||
"top_p": 1.0,
|
||||
"transformers_version": "4.35.2",
|
||||
"use_cache": false
|
||||
}
|
||||
Reference in New Issue
Block a user