Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Karthik15
/
custom-gpt
like
0
PyTorch
custom-gpt
Model card
Files
Files and versions
xet
Community
1
refs/pr/1
custom-gpt
/
config.json
Karthik15
Rename config.js to config.json
35dd74c
verified
10 months ago
raw
Copy download link
history
blame
Safe
185 Bytes
{
"model_type"
:
"gpt2"
,
"vocab_size"
:
50257
,
"block_size"
:
128
,
"n_layer"
:
6
,
"n_head"
:
6
,
"n_embd"
:
384
,
"dropout"
:
0.1
,
"bias"
:
true
,
"_name_or_path"
:
"custom-gpt"
}