Upload folder using huggingface_hub
Browse files- config.json +1 -1
- tokenizer_config.json +0 -4
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"CLIPModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "openai/clip-vit-base-patch32",
|
3 |
"architectures": [
|
4 |
"CLIPModel"
|
5 |
],
|
tokenizer_config.json
CHANGED
@@ -24,12 +24,8 @@
|
|
24 |
"eos_token": "<|endoftext|>",
|
25 |
"errors": "replace",
|
26 |
"extra_special_tokens": {},
|
27 |
-
"max_length": null,
|
28 |
"model_max_length": 77,
|
29 |
-
"pad_to_multiple_of": null,
|
30 |
"pad_token": "<|endoftext|>",
|
31 |
-
"pad_token_type_id": 0,
|
32 |
-
"padding_side": "right",
|
33 |
"processor_class": "CLIPProcessor",
|
34 |
"tokenizer_class": "CLIPTokenizer",
|
35 |
"unk_token": "<|endoftext|>"
|
|
|
24 |
"eos_token": "<|endoftext|>",
|
25 |
"errors": "replace",
|
26 |
"extra_special_tokens": {},
|
|
|
27 |
"model_max_length": 77,
|
|
|
28 |
"pad_token": "<|endoftext|>",
|
|
|
|
|
29 |
"processor_class": "CLIPProcessor",
|
30 |
"tokenizer_class": "CLIPTokenizer",
|
31 |
"unk_token": "<|endoftext|>"
|