Sierkinhane
commited on
Commit
•
10d0bb4
1
Parent(s):
5328c52
Push model using huggingface_hub.
Browse files- README.md +11 -0
- config.json +8 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: any-to-any
|
4 |
+
tags:
|
5 |
+
- model_hub_mixin
|
6 |
+
- pytorch_model_hub_mixin
|
7 |
+
---
|
8 |
+
|
9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
10 |
+
- Library: https://github.com/showlab/Show-o
|
11 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"codebook_size": 8192,
|
3 |
+
"llm_vocab_size": 50295,
|
4 |
+
"num_vq_tokens": 256,
|
5 |
+
"pretrained_model_path": "./checkpoints/phi-1_5",
|
6 |
+
"vocab_size": 58498,
|
7 |
+
"w_clip_vit": false
|
8 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da31a10b8088ae66cdc18f720edbe45746230dd808a4f50c032f2782fcf5c506
|
3 |
+
size 5792757984
|