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

Model: malteos/gpt2-uk
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-03 13:57:18 +08:00
commit 38e2a3d3c7
8 changed files with 100600 additions and 0 deletions

10
tokenizer_config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"bos_token": "<s>",
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "/netscratch/mostendorff/experiments/oxw/data/gpt2-uk/tr1/hf_checkpoints/global_step57167",
"pad_token": "<pad>",
"special_tokens_map_file": null,
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "<unk>"
}