初始化项目,由ModelHub XC社区提供模型
Model: TucanoBR/Tucano-1b1 Source: Original Platform
This commit is contained in:
14
generation_config.json
Normal file
14
generation_config.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"bos_token_id": 1,
|
||||
"eos_token_id": 2,
|
||||
"pad_token_id": 3,
|
||||
"do_sample": true,
|
||||
"max_new_tokens": 1024,
|
||||
"renormalize_logits": true,
|
||||
"repetition_penalty": 1.2,
|
||||
"temperature": 0.1,
|
||||
"top_k": 50,
|
||||
"top_p": 1.0,
|
||||
"use_cache": true,
|
||||
"transformers_version": "4.42.3"
|
||||
}
|
||||
Reference in New Issue
Block a user