Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
yoonusajwardapiit
/
triptuner
like
0
Text Generation
PyTorch
torch
gpt2
generated_from_triptuner
transformer
character-level
custom-model
License:
mit
Model card
Files
Files and versions
xet
Community
4645d24
triptuner
/
config.json
yoonusajwardapiit
Upload config.json with huggingface_hub
aedd0c0
verified
11 months ago
raw
Copy download link
history
blame
Safe
159 Bytes
{
"architectures"
:
[
"BigramLanguageModel"
]
,
"n_embd"
:
64
,
"n_head"
:
4
,
"n_layer"
:
4
,
"vocab_size"
:
61
,
"block_size"
:
32
,
"dropout"
:
0.1
,
"model_type"
:
"custom"
}