add model
Browse files- config.json +11 -14
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,16 +1,13 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
|
4 |
-
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e6995f558193e3da320e3927732c1c4a7c5c732051bd73d83621ae6883ae99e
|
3 |
+
size 1209274445
|