Tabassum commited on
Commit ·
351c668
1
Parent(s): 2fb37cb
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:b4c3846f27fa862006c2b4c273582de0fae4a71a79d3f19e17454dc34f862e52
|
| 3 |
+
size 1613417580
|
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"}
|