Push model using huggingface_hub.
Browse files- README.md +10 -0
- config.json +24 -0
- pytorch_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- model_hub_mixin
|
4 |
+
- pytorch_model_hub_mixin
|
5 |
+
---
|
6 |
+
|
7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
8 |
+
- Code: [More Information Needed]
|
9 |
+
- Paper: [More Information Needed]
|
10 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_name": "fuse-clip-titok",
|
3 |
+
"text_config": {
|
4 |
+
"context_length": 180,
|
5 |
+
"vocab_size": 53505,
|
6 |
+
"width": 384,
|
7 |
+
"heads": 6,
|
8 |
+
"layers": 12,
|
9 |
+
"mlp_ratio": 4.0,
|
10 |
+
"ls_init_value": null,
|
11 |
+
"no_causal_mask": true,
|
12 |
+
"pad_id": 0,
|
13 |
+
"proj_bias": false,
|
14 |
+
"output_tokens": false,
|
15 |
+
"pool_type": "eot"
|
16 |
+
},
|
17 |
+
"mask_pad": true,
|
18 |
+
"image_tokenizer": "yucornetto/tokenizer_titok_s128_imagenet",
|
19 |
+
"use_eoi": false,
|
20 |
+
"context_length": 180,
|
21 |
+
"transformer_size": "small",
|
22 |
+
"mlm_probability": 0.0,
|
23 |
+
"rand_repl_probability": 0.0
|
24 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6bf65ef33d41bba566ef0339d5502dc98fdaf518c3888b2f6ccbc9b654009df
|
3 |
+
size 272279338
|