Text Generation
Transformers
PyTorch
Japanese
japanese-stablelm
causal-lm
custom_code

Add model_type to config.json

#7
by lostdrifter - opened
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -26,5 +26,6 @@
26
  "use_bias_in_mlp": false,
27
  "use_cache": true,
28
  "use_parallel_residual": true,
29
- "vocab_size": 65536
 
30
  }
 
26
  "use_bias_in_mlp": false,
27
  "use_cache": true,
28
  "use_parallel_residual": true,
29
+ "vocab_size": 65536,
30
+ "model_type" : "gpt-neo"
31
  }