tgsc commited on
Commit
50fc2a5
1 Parent(s): 03ff6bd

Update generator_config.json

Browse files
Files changed (1) hide show
  1. 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
- "dtype": "float16"
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
  }