Text Generation
Transformers
Safetensors
step3p5
conversational
custom_code
Eval Results

Questions re: config.json

#41
by r-chong - opened

Was running modeling_step3p5.py via huggingface, and I kept running into the error:

ValueError: `num_hidden_layers` (45) must be equal to the number of layer types (48)

In SafeTensors there seem to be 48 layers. I fixed this by updating the config.json; num_hidden_layers = 48

Is this a typo in the config.json?

Sign up or log in to comment