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 |
+
"ChineseCLIPDualTextModel"
|
| 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:a42f9626428bcfe2e7bdec980a3d42ff14d72fa817840f9cd441cc87aeab3158
|
| 3 |
+
size 816611916
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8933dd0cba157a272458ea4366a045fe954231b4c110fd1cc230a805886bbce8
|
| 3 |
+
size 5176
|