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:79cef3cef4b2803c62e3463bb7d937fa7cb179923200aba0f6eeb71dd5f00fb4
|
3 |
+
size 1164561480
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7419d67fc453bc5cef01f85318fc461674e2d9fed9238757325858a99e5c2526
|
3 |
+
size 5176
|