Upload 2 files
Browse files- config.json +26 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openai/clip-vit-base-patch32",
|
3 |
+
"architectures": [
|
4 |
+
"CLIPModel"
|
5 |
+
],
|
6 |
+
"date_fine_tuned": "2024-11-15 13:39:39.990813",
|
7 |
+
"fine_tuned_by": "Quadrant Technologies",
|
8 |
+
"fine_tuned_on": "Custom annotated based on Stanford Online Products Dataset",
|
9 |
+
"fine_tuning_task": "Zero-Shot Image Classification for Content Safety",
|
10 |
+
"initializer_factor": 1.0,
|
11 |
+
"logit_scale_init_value": 2.6592,
|
12 |
+
"model_type": "clip",
|
13 |
+
"projection_dim": 512,
|
14 |
+
"text_config": {
|
15 |
+
"bos_token_id": 0,
|
16 |
+
"dropout": 0.0,
|
17 |
+
"eos_token_id": 2,
|
18 |
+
"model_type": "clip_text_model"
|
19 |
+
},
|
20 |
+
"torch_dtype": "float32",
|
21 |
+
"transformers_version": "4.45.2",
|
22 |
+
"vision_config": {
|
23 |
+
"dropout": 0.0,
|
24 |
+
"model_type": "clip_vision_model"
|
25 |
+
}
|
26 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:214cf45c052e22bd0aefaf7931aa94b76c9b84ceb848ae5d1eb750dd6045da6c
|
3 |
+
size 605156676
|