Update CLIP L with projection (#5)
Browse files- update text encoder (39a0d16a26f98732a56deaff725856b13f2b8df0)
- update dtype (092447ec88ce82a7fd0595f19e2c99b097499fc8)
text_encoder/config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"attention_dropout": 0.0,
|
6 |
"bos_token_id": 0,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "../checkpoints/private-model",
|
3 |
"architectures": [
|
4 |
+
"CLIPTextModelWithProjection"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 0,
|
text_encoder/model.safetensors
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:71e183d11db0c6b6282a4d9e0abb74125edc8692393e89ed8ee5571005f35cb1
|
3 |
+
size 247323896
|