liujch1998
commited on
Commit
•
d0504f5
1
Parent(s):
574c1d9
XXL model bf16
Browse files- tokenizer_config.json +2 -2
tokenizer_config.json
CHANGED
@@ -104,10 +104,10 @@
|
|
104 |
"eos_token": "</s>",
|
105 |
"extra_ids": 100,
|
106 |
"model_max_length": 512,
|
107 |
-
"name_or_path": "google/
|
108 |
"pad_token": "<pad>",
|
109 |
"sp_model_kwargs": {},
|
110 |
-
"special_tokens_map_file": "/home/
|
111 |
"tokenizer_class": "T5Tokenizer",
|
112 |
"unk_token": "<unk>"
|
113 |
}
|
|
|
104 |
"eos_token": "</s>",
|
105 |
"extra_ids": 100,
|
106 |
"model_max_length": 512,
|
107 |
+
"name_or_path": "google/t5-v1_1-xxl",
|
108 |
"pad_token": "<pad>",
|
109 |
"sp_model_kwargs": {},
|
110 |
+
"special_tokens_map_file": "/private/home/ljc/.cache/huggingface/hub/models--google--t5-v1_1-xxl/snapshots/3db67ab1af984cf10548a73467f0e5bca2aaaeb2/special_tokens_map.json",
|
111 |
"tokenizer_class": "T5Tokenizer",
|
112 |
"unk_token": "<unk>"
|
113 |
}
|