dataautogpt3
commited on
Commit
•
7d1bc6f
1
Parent(s):
9aa7d34
Delete text_encoder
Browse files- text_encoder/config.json +0 -24
- text_encoder/pytorch_model.bin +0 -3
text_encoder/config.json
DELETED
@@ -1,24 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"architectures": [
|
3 |
-
"CLIPTextModel"
|
4 |
-
],
|
5 |
-
"attention_dropout": 0.0,
|
6 |
-
"bos_token_id": 0,
|
7 |
-
"dropout": 0.0,
|
8 |
-
"eos_token_id": 2,
|
9 |
-
"hidden_act": "quick_gelu",
|
10 |
-
"hidden_size": 768,
|
11 |
-
"initializer_factor": 1.0,
|
12 |
-
"initializer_range": 0.02,
|
13 |
-
"intermediate_size": 3072,
|
14 |
-
"layer_norm_eps": 1e-05,
|
15 |
-
"max_position_embeddings": 77,
|
16 |
-
"model_type": "clip_text_model",
|
17 |
-
"num_attention_heads": 12,
|
18 |
-
"num_hidden_layers": 12,
|
19 |
-
"pad_token_id": 1,
|
20 |
-
"projection_dim": 768,
|
21 |
-
"torch_dtype": "float32",
|
22 |
-
"transformers_version": "4.39.3",
|
23 |
-
"vocab_size": 49408
|
24 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
text_encoder/pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8254c8704cf69443895d36b402cdf763b8fe672eb4b4c95e5b6aac2787a0b92d
|
3 |
-
size 492306586
|
|
|
|
|
|
|
|