初始化项目,由ModelHub XC社区提供模型
Model: sbintuitions/tiny-lm Source: Original Platform
This commit is contained in:
16
tokenizer_config.json
Normal file
16
tokenizer_config.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"extra_ids": 0,
|
||||
"do_lower_case": false,
|
||||
"keep_accents": true,
|
||||
"bos_token": "<s>",
|
||||
"eos_token": "</s>",
|
||||
"unk_token": "<unk>",
|
||||
"pad_token": "<pad>",
|
||||
"mask_token": "<mask>",
|
||||
"cls_token": "<cls>",
|
||||
"sep_token": "<sep>",
|
||||
"padding_side": "left",
|
||||
"sp_model_kwargs": {},
|
||||
"special_tokens_map_file": null,
|
||||
"tokenizer_class": "T5Tokenizer"
|
||||
}
|
||||
Reference in New Issue
Block a user