初始化项目,由ModelHub XC社区提供模型
Model: rmihaylov/gpt2-medium-bg Source: Original Platform
This commit is contained in:
1
tokenizer_config.json
Normal file
1
tokenizer_config.json
Normal file
@@ -0,0 +1 @@
|
||||
{"do_lower_case": false, "remove_space": true, "keep_accents": true, "bos_token": "[CLS]", "eos_token": "[SEP]", "unk_token": "<unk>", "sep_token": "[SEP]", "pad_token": "<pad>", "cls_token": "[CLS]", "mask_token": {"content": "[MASK]", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false, "__type": "AddedToken"}, "sp_model_kwargs": {}, "special_tokens_map_file": "/content/drive/MyDrive/ColabModels/GPT2_MEDIUM/pytorch_model/special_tokens_map.json", "name_or_path": "/content/tokenizer/", "tokenizer_class": "AlbertTokenizer"}
|
||||
Reference in New Issue
Block a user