Training in progress, epoch 2
Browse files
.ipynb_checkpoints/config-checkpoint.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "openai/clip-vit-large-patch14",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"CLIPForImageClassification"
|
| 5 |
+
],
|
| 6 |
+
"id2label": {
|
| 7 |
+
"0": "0",
|
| 8 |
+
"1": "1",
|
| 9 |
+
"2": "2",
|
| 10 |
+
"3": "3",
|
| 11 |
+
"4": "4",
|
| 12 |
+
"5": "5",
|
| 13 |
+
"6": "6",
|
| 14 |
+
"7": "7",
|
| 15 |
+
"8": "8",
|
| 16 |
+
"9": "9"
|
| 17 |
+
},
|
| 18 |
+
"initializer_factor": 1.0,
|
| 19 |
+
"label2id": {
|
| 20 |
+
"0": 0,
|
| 21 |
+
"1": 1,
|
| 22 |
+
"2": 2,
|
| 23 |
+
"3": 3,
|
| 24 |
+
"4": 4,
|
| 25 |
+
"5": 5,
|
| 26 |
+
"6": 6,
|
| 27 |
+
"7": 7,
|
| 28 |
+
"8": 8,
|
| 29 |
+
"9": 9
|
| 30 |
+
},
|
| 31 |
+
"logit_scale_init_value": 2.6592,
|
| 32 |
+
"model_type": "clip",
|
| 33 |
+
"problem_type": "single_label_classification",
|
| 34 |
+
"projection_dim": 768,
|
| 35 |
+
"text_config": {
|
| 36 |
+
"dropout": 0.0,
|
| 37 |
+
"hidden_size": 768,
|
| 38 |
+
"intermediate_size": 3072,
|
| 39 |
+
"model_type": "clip_text_model",
|
| 40 |
+
"num_attention_heads": 12,
|
| 41 |
+
"projection_dim": 768
|
| 42 |
+
},
|
| 43 |
+
"torch_dtype": "float32",
|
| 44 |
+
"transformers_version": "4.44.2",
|
| 45 |
+
"vision_config": {
|
| 46 |
+
"dropout": 0.0,
|
| 47 |
+
"hidden_size": 1024,
|
| 48 |
+
"intermediate_size": 4096,
|
| 49 |
+
"model_type": "clip_vision_model",
|
| 50 |
+
"num_attention_heads": 16,
|
| 51 |
+
"num_hidden_layers": 24,
|
| 52 |
+
"patch_size": 14,
|
| 53 |
+
"projection_dim": 768
|
| 54 |
+
}
|
| 55 |
+
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1212808056
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d50490ed5840306856da8fe4c258a805860f23955a1cfdf4c4c2d93040008a7
|
| 3 |
size 1212808056
|