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

Model: AI-Sweden-Models/gpt-sw3-6.7b-v2-translator
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-04 23:06:22 +08:00
commit a02e9b442e
11 changed files with 647 additions and 0 deletions

49
tokenizer_config.json Normal file
View File

@@ -0,0 +1,49 @@
{
"added_tokens_decoder": {
"0": {
"content": "<pad>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"3": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<s>",
"clean_up_tokenization_spaces": true,
"do_lower_case": false,
"eos_token": "<|endoftext|>",
"keep_accents": false,
"model_max_length": 2048,
"pad_token": "<pad>",
"padding_side": "left",
"remove_space": false,
"sp_model_kwargs": {},
"tokenizer_class": "GPTSw3Tokenizer",
"truncation_side": "left",
"unk_token": "<unk>"
}