Upload: Omega 73 Custom FP32 clip_G full OpenCLIP-compatible model
Browse files- Omega_73_Custom_FP32_clip_G.safetensors +3 -0
- config.json +21 -0
- merges.txt +0 -0
- openclip_config.json +8 -0
- preprocessor_config.json +23 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +6 -0
- tokenizer_config.json +9 -0
- vocab.json +0 -0
Omega_73_Custom_FP32_clip_G.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d5795caa95c866a29ced3bdd5ec0b5d1e0388793b42eadc1587d796d8515e2d
|
| 3 |
+
size 2836181972
|
config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"CLIPModel"
|
| 4 |
+
],
|
| 5 |
+
"model_type": "clip",
|
| 6 |
+
"vision_config": {
|
| 7 |
+
"image_size": 224,
|
| 8 |
+
"patch_size": 14,
|
| 9 |
+
"num_hidden_layers": 39,
|
| 10 |
+
"hidden_size": 1664,
|
| 11 |
+
"intermediate_size": 8192,
|
| 12 |
+
"num_attention_heads": 16
|
| 13 |
+
},
|
| 14 |
+
"text_config": {
|
| 15 |
+
"vocab_size": 49408,
|
| 16 |
+
"hidden_size": 1664,
|
| 17 |
+
"intermediate_size": 8192,
|
| 18 |
+
"num_attention_heads": 16,
|
| 19 |
+
"num_hidden_layers": 39
|
| 20 |
+
}
|
| 21 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
openclip_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "ViT-g-14",
|
| 3 |
+
"source": "openclip",
|
| 4 |
+
"variant": "omega",
|
| 5 |
+
"precision": "FP32",
|
| 6 |
+
"image_size": 224,
|
| 7 |
+
"patch_size": 14
|
| 8 |
+
}
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_resize": true,
|
| 3 |
+
"size": {
|
| 4 |
+
"height": 224,
|
| 5 |
+
"width": 224
|
| 6 |
+
},
|
| 7 |
+
"do_center_crop": true,
|
| 8 |
+
"crop_size": {
|
| 9 |
+
"height": 224,
|
| 10 |
+
"width": 224
|
| 11 |
+
},
|
| 12 |
+
"do_normalize": true,
|
| 13 |
+
"image_mean": [
|
| 14 |
+
0.48145466,
|
| 15 |
+
0.4578275,
|
| 16 |
+
0.40821073
|
| 17 |
+
],
|
| 18 |
+
"image_std": [
|
| 19 |
+
0.26862954,
|
| 20 |
+
0.26130258,
|
| 21 |
+
0.27577711
|
| 22 |
+
]
|
| 23 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec45352cee2292a17ba68d83711568cddb64de96aacfa0328cd4f4a411ab34ee
|
| 3 |
+
size 2836387458
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": "<|startoftext|>",
|
| 3 |
+
"eos_token": "<|endoftext|>",
|
| 4 |
+
"unk_token": "<|startoftext|>",
|
| 5 |
+
"pad_token": "<|endoftext|>"
|
| 6 |
+
}
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_max_length": 77,
|
| 3 |
+
"do_lower_case": false,
|
| 4 |
+
"bos_token": "<|startoftext|>",
|
| 5 |
+
"eos_token": "<|endoftext|>",
|
| 6 |
+
"unk_token": "<|startoftext|>",
|
| 7 |
+
"pad_token": "<|endoftext|>",
|
| 8 |
+
"tokenizer_class": "CLIPTokenizer"
|
| 9 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|