Training in progress, step 500
Browse files- config.json +34 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "OFA-Sys/chinese-clip-vit-base-patch16",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"ChineseCLIPImageDualModel"
|
| 5 |
+
],
|
| 6 |
+
"initializer_factor": 1.0,
|
| 7 |
+
"initializer_range": 0.02,
|
| 8 |
+
"logit_scale_init_value": 2.6592,
|
| 9 |
+
"model_type": "chinese_clip",
|
| 10 |
+
"projection_dim": 512,
|
| 11 |
+
"text_config": {
|
| 12 |
+
"architectures": [
|
| 13 |
+
"ChineseCLIPTextModel"
|
| 14 |
+
],
|
| 15 |
+
"bos_token_id": 0,
|
| 16 |
+
"directionality": "bidi",
|
| 17 |
+
"eos_token_id": 2,
|
| 18 |
+
"model_type": "chinese_clip_text_model",
|
| 19 |
+
"output_past": true,
|
| 20 |
+
"pooler_fc_size": 768,
|
| 21 |
+
"pooler_num_attention_heads": 12,
|
| 22 |
+
"pooler_num_fc_layers": 3,
|
| 23 |
+
"pooler_size_per_head": 128,
|
| 24 |
+
"pooler_type": "first_token_transform",
|
| 25 |
+
"vocab_size": 21128
|
| 26 |
+
},
|
| 27 |
+
"torch_dtype": "float32",
|
| 28 |
+
"transformers_version": "4.42.3",
|
| 29 |
+
"vision_config": {
|
| 30 |
+
"dropout": 0.0,
|
| 31 |
+
"model_type": "chinese_clip_vision_model",
|
| 32 |
+
"patch_size": 16
|
| 33 |
+
}
|
| 34 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9d59bc62172e54461cd7ad39555ec5337246c03726a8740d3b50575a3111095
|
| 3 |
+
size 1162455388
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d405c0774c421b251a79ea19055e8ac6e69ad8bafc5a6555f36a44592693bf5
|
| 3 |
+
size 5112
|