Upload processor
Browse files- tokenizer_config.json +2 -1
tokenizer_config.json
CHANGED
@@ -19,11 +19,12 @@
|
|
19 |
},
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 77,
|
22 |
-
"name_or_path": "
|
23 |
"pad_token": "<|endoftext|>",
|
24 |
"processor_class": "CLIPProcessor",
|
25 |
"special_tokens_map_file": "./special_tokens_map.json",
|
26 |
"tokenizer_class": "CLIPTokenizer",
|
|
|
27 |
"unk_token": {
|
28 |
"__type": "AddedToken",
|
29 |
"content": "<|endoftext|>",
|
|
|
19 |
},
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 77,
|
22 |
+
"name_or_path": "/workspace/KoCLIP_training_code/save/converted_model",
|
23 |
"pad_token": "<|endoftext|>",
|
24 |
"processor_class": "CLIPProcessor",
|
25 |
"special_tokens_map_file": "./special_tokens_map.json",
|
26 |
"tokenizer_class": "CLIPTokenizer",
|
27 |
+
"trust_remote_code": false,
|
28 |
"unk_token": {
|
29 |
"__type": "AddedToken",
|
30 |
"content": "<|endoftext|>",
|