File size: 174 Bytes
a67ff94 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"model_type": "gpt",
"vocab_size": 50304,
"num_layers": 52,
"num_heads": 12,
"model_dim": 1536,
"architectures": [
"GPT"
],
"torch_dtype": "bfloat16"
}
|
a67ff94 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"model_type": "gpt",
"vocab_size": 50304,
"num_layers": 52,
"num_heads": 12,
"model_dim": 1536,
"architectures": [
"GPT"
],
"torch_dtype": "bfloat16"
}
|