idlebg commited on
Commit
b9927b0
1 Parent(s): 703c917

Update text_encoder_2/config.json

Browse files
Files changed (1) hide show
  1. text_encoder_2/config.json +1 -1
text_encoder_2/config.json CHANGED
@@ -18,7 +18,7 @@
18
  "num_hidden_layers": 32,
19
  "pad_token_id": 1,
20
  "projection_dim": 1280,
21
- "torch_dtype": "float32",
22
  "transformers_version": "4.32.0.dev0",
23
  "vocab_size": 49408
24
  }
 
18
  "num_hidden_layers": 32,
19
  "pad_token_id": 1,
20
  "projection_dim": 1280,
21
+ "torch_dtype": "float16",
22
  "transformers_version": "4.32.0.dev0",
23
  "vocab_size": 49408
24
  }