Tabassum
commited on
Commit
·
c39e4e8
1
Parent(s):
c388d63
Upload model and configs
Browse files- banglaclip_model_epoch_10.pth +3 -0
- config.json +1 -0
- tokenizer_config.json +1 -0
banglaclip_model_epoch_10.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f25c01d0773579e603903fefc52f721337cf92cbcbfb4ab6e48d2c858c8cbc3f
|
3 |
+
size 1613411232
|
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"architectures": ["CLIPModel"], "model_type": "clip", "hidden_size": 768, "intermediate_size": 3072, "num_attention_heads": 12, "num_hidden_layers": 12}
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"model_max_length": 77, "padding_side": "right", "truncation_side": "right"}
|