sharkMeow commited on
Commit
be08e37
1 Parent(s): 59855f8

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. config.json +34 -0
  2. model.safetensors +3 -0
  3. 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:6d0b1c1fb4600069e0f2fbc86f5065db248fc4dfcc762f12b4d21bf3d8eca5a9
3
+ size 1163503964
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:969d9fc94beb4da218cb31eca54e7bb262787cda6c3076d5ba86f478bfcfb48e
3
+ size 5176