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

Model: ncoop57/athena
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-08 00:24:47 +08:00
commit e714cbd7bb
15 changed files with 50214 additions and 0 deletions

1
tokenizer_config.json Normal file
View File

@@ -0,0 +1 @@
{"unk_token": "<unk>", "bos_token": "<s>", "eos_token": "</s>", "add_prefix_space": false, "errors": "replace", "sep_token": "</s>", "cls_token": "<s>", "pad_token": "<pad>", "mask_token": "<mask>", "trim_offsets": true, "model_max_length": 4096, "special_tokens_map_file": null, "name_or_path": "allenai/longformer-base-4096", "tokenizer_class": "LongformerTokenizer"}