Add model
Browse files- merges.txt +1 -1
- open_clip_config.json +4 -1
- open_clip_model.safetensors +3 -0
- open_clip_pytorch_model.bin +2 -2
- special_tokens_map.json +9 -3
- tokenizer.json +0 -0
- tokenizer_config.json +21 -24
merges.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
#version: 0.2
|
2 |
i n
|
3 |
t h
|
4 |
a n
|
|
|
1 |
+
#version: 0.2
|
2 |
i n
|
3 |
t h
|
4 |
a n
|
open_clip_config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"model_cfg": {
|
3 |
"embed_dim": 768,
|
|
|
4 |
"vision_cfg": {
|
5 |
"image_size": 336,
|
6 |
"layers": 24,
|
@@ -25,6 +26,8 @@
|
|
25 |
0.26862954,
|
26 |
0.26130258,
|
27 |
0.27577711
|
28 |
-
]
|
|
|
|
|
29 |
}
|
30 |
}
|
|
|
1 |
{
|
2 |
"model_cfg": {
|
3 |
"embed_dim": 768,
|
4 |
+
"quick_gelu": true,
|
5 |
"vision_cfg": {
|
6 |
"image_size": 336,
|
7 |
"layers": 24,
|
|
|
26 |
0.26862954,
|
27 |
0.26130258,
|
28 |
0.27577711
|
29 |
+
],
|
30 |
+
"interpolation": "bicubic",
|
31 |
+
"resize_mode": "shortest"
|
32 |
}
|
33 |
}
|
open_clip_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbc415c3d0d7b79faed8f5ccfb740c32b7c4f5ffe7283b851f89c6231c01a8e0
|
3 |
+
size 1711828444
|
open_clip_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7a812f61be88b4148e6c910ea245178ff3663263d54680cdb99dd6bcaed9b32
|
3 |
+
size 1711950230
|
special_tokens_map.json
CHANGED
@@ -9,15 +9,21 @@
|
|
9 |
"eos_token": {
|
10 |
"content": "<|endoftext|>",
|
11 |
"lstrip": false,
|
12 |
-
"normalized":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
-
"pad_token": "<|endoftext|>",
|
17 |
"unk_token": {
|
18 |
"content": "<|endoftext|>",
|
19 |
"lstrip": false,
|
20 |
-
"normalized":
|
21 |
"rstrip": false,
|
22 |
"single_word": false
|
23 |
}
|
|
|
9 |
"eos_token": {
|
10 |
"content": "<|endoftext|>",
|
11 |
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "<|endoftext|>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
"rstrip": false,
|
21 |
"single_word": false
|
22 |
},
|
|
|
23 |
"unk_token": {
|
24 |
"content": "<|endoftext|>",
|
25 |
"lstrip": false,
|
26 |
+
"normalized": false,
|
27 |
"rstrip": false,
|
28 |
"single_word": false
|
29 |
}
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -1,33 +1,30 @@
|
|
1 |
{
|
2 |
"add_prefix_space": false,
|
3 |
-
"
|
4 |
-
"
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
},
|
|
|
|
|
11 |
"do_lower_case": true,
|
12 |
-
"eos_token":
|
13 |
-
"__type": "AddedToken",
|
14 |
-
"content": "<|endoftext|>",
|
15 |
-
"lstrip": false,
|
16 |
-
"normalized": true,
|
17 |
-
"rstrip": false,
|
18 |
-
"single_word": false
|
19 |
-
},
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 77,
|
22 |
"pad_token": "<|endoftext|>",
|
23 |
-
"special_tokens_map_file": "./special_tokens_map.json",
|
24 |
"tokenizer_class": "CLIPTokenizer",
|
25 |
-
"unk_token":
|
26 |
-
"__type": "AddedToken",
|
27 |
-
"content": "<|endoftext|>",
|
28 |
-
"lstrip": false,
|
29 |
-
"normalized": true,
|
30 |
-
"rstrip": false,
|
31 |
-
"single_word": false
|
32 |
-
}
|
33 |
}
|
|
|
1 |
{
|
2 |
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"49406": {
|
5 |
+
"content": "<|startoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": true,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
},
|
12 |
+
"49407": {
|
13 |
+
"content": "<|endoftext|>",
|
14 |
+
"lstrip": false,
|
15 |
+
"normalized": false,
|
16 |
+
"rstrip": false,
|
17 |
+
"single_word": false,
|
18 |
+
"special": true
|
19 |
+
}
|
20 |
},
|
21 |
+
"bos_token": "<|startoftext|>",
|
22 |
+
"clean_up_tokenization_spaces": false,
|
23 |
"do_lower_case": true,
|
24 |
+
"eos_token": "<|endoftext|>",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
"errors": "replace",
|
26 |
"model_max_length": 77,
|
27 |
"pad_token": "<|endoftext|>",
|
|
|
28 |
"tokenizer_class": "CLIPTokenizer",
|
29 |
+
"unk_token": "<|endoftext|>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
}
|