yusufani commited on
Commit
58421ee
1 Parent(s): 7a875c8
Files changed (2) hide show
  1. config.json +11 -14
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,16 +1,13 @@
1
  {
2
- "attention_probs_dropout_prob": 0.1,
3
- "hidden_act": "gelu",
4
- "hidden_dropout_prob": 0.1,
5
- "hidden_size": 768,
6
- "initializer_range": 0.02,
7
- "intermediate_size": 3072,
8
- "layer_norm_eps": 1e-12,
9
- "max_position_embeddings": 512,
10
- "model_type": "bert",
11
- "num_attention_heads": 12,
12
- "num_hidden_layers": 12,
13
- "pad_token_id": 0,
14
- "type_vocab_size": 2,
15
- "vocab_size": 32000
16
  }
 
1
  {
2
+ "architectures": [
3
+ "TrCLIPModel"
4
+ ],
5
+ "clip_model": "ViT-L/14",
6
+ "delete_original_text_encoder": true,
7
+ "device": "cuda",
8
+ "model_type": "trclip",
9
+ "text_encoder_base": "dbmdz/bert-base-turkish-cased",
10
+ "text_encoder_path": "../trclip-vitl14-e10/pytorch_model.bin",
11
+ "torch_dtype": "float32",
12
+ "transformers_version": "4.16.1"
 
 
 
13
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5037ccb08b290713a7ddb85e0f2e3d8a36ac78499241fe8df8c075907409856a
3
- size 447278889
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e6995f558193e3da320e3927732c1c4a7c5c732051bd73d83621ae6883ae99e
3
+ size 1209274445