Update generator_config.json
Browse files- generator_config.json +1 -2
generator_config.json
CHANGED
|
@@ -17,8 +17,7 @@
|
|
| 17 |
"position_biased_input": false,
|
| 18 |
"num_attention_heads": 6,
|
| 19 |
"num_hidden_layers": 6,
|
| 20 |
-
"z_steps": 2,
|
| 21 |
"type_vocab_size": 0,
|
| 22 |
"vocab_size": 128000,
|
| 23 |
-
"
|
| 24 |
}
|
|
|
|
| 17 |
"position_biased_input": false,
|
| 18 |
"num_attention_heads": 6,
|
| 19 |
"num_hidden_layers": 6,
|
|
|
|
| 20 |
"type_vocab_size": 0,
|
| 21 |
"vocab_size": 128000,
|
| 22 |
+
"torch_dtype": "float16"
|
| 23 |
}
|