adrianbacon commited on
Commit
383ced6
·
verified ·
1 Parent(s): 027621a

Update text_encoder/config.json

Browse files
Files changed (1) hide show
  1. text_encoder/config.json +3 -2
text_encoder/config.json CHANGED
@@ -18,7 +18,8 @@
18
  "num_attention_heads": 12,
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
 
21
  "torch_dtype": "float32",
22
- "transformers_version": "4.21.0.dev0",
23
  "vocab_size": 49408
24
- }
 
18
  "num_attention_heads": 12,
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
+ "projection_dim": 768,
22
  "torch_dtype": "float32",
23
+ "transformers_version": "4.22.0.dev0",
24
  "vocab_size": 49408
25
+ }