初始化项目,由ModelHub XC社区提供模型

Model: tiiuae/falcon-rw-7b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-05 20:27:46 +08:00
commit 33eb2a48cd
16 changed files with 132578 additions and 0 deletions

12
tokenizer_config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"add_prefix_space": false,
"eos_token": "<|endoftext|>",
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 2048,
"name_or_path": "guipenedo/dd_alpha",
"special_tokens_map_file": null,
"tokenizer_class": "PreTrainedTokenizerFast"
}