Upload model
Browse files- README.md +5 -0
- config.json +24 -0
- model.safetensors +3 -0
README.md
CHANGED
|
@@ -3,6 +3,11 @@ library_name: peft
|
|
| 3 |
base_model: openai/clip-vit-base-patch32
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: cultureclip_lora_0314_freezeVision
|
| 8 |
results: []
|
|
|
|
| 3 |
base_model: openai/clip-vit-base-patch32
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
+
- clip
|
| 7 |
+
- lora
|
| 8 |
+
- cultureclip
|
| 9 |
+
- image-text-retrieval
|
| 10 |
+
- merged-lora
|
| 11 |
model-index:
|
| 12 |
- name: cultureclip_lora_0314_freezeVision
|
| 13 |
results: []
|
config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "openai/clip-vit-base-patch32",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"CLIPModel"
|
| 5 |
+
],
|
| 6 |
+
"initializer_factor": 1.0,
|
| 7 |
+
"logit_scale_init_value": 2.6592,
|
| 8 |
+
"model_type": "clip",
|
| 9 |
+
"projection_dim": 512,
|
| 10 |
+
"text_config": {
|
| 11 |
+
"bos_token_id": 0,
|
| 12 |
+
"dropout": 0.0,
|
| 13 |
+
"eos_token_id": 2,
|
| 14 |
+
"model_type": "clip_text_model",
|
| 15 |
+
"torch_dtype": "float32"
|
| 16 |
+
},
|
| 17 |
+
"torch_dtype": "float32",
|
| 18 |
+
"transformers_version": "4.49.0",
|
| 19 |
+
"vision_config": {
|
| 20 |
+
"dropout": 0.0,
|
| 21 |
+
"model_type": "clip_vision_model",
|
| 22 |
+
"torch_dtype": "float32"
|
| 23 |
+
}
|
| 24 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a2bb9ac93ceb56c1cb852fe3fe98efe3ef643dfffed5670ca1d71b08c6f4446
|
| 3 |
+
size 605156676
|