Update text_encoder/config.json
Browse files- text_encoder/config.json +1 -1
text_encoder/config.json
CHANGED
@@ -20,5 +20,5 @@
|
|
20 |
"projection_dim": 768,
|
21 |
"torch_dtype": "float16",
|
22 |
"transformers_version": "4.34.0",
|
23 |
-
"vocab_size":
|
24 |
}
|
|
|
20 |
"projection_dim": 768,
|
21 |
"torch_dtype": "float16",
|
22 |
"transformers_version": "4.34.0",
|
23 |
+
"vocab_size": 49406
|
24 |
}
|