Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
saneowl
/
tiny-tiny-tiny-llama
like
0
Transformers
tiny-10-param-classifier
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
9f7c98f
tiny-tiny-tiny-llama
/
config.json
saneowl
Add tiny 10-parameter model
9f7c98f
7 months ago
raw
Copy download link
history
blame
196 Bytes
{
"model_type"
:
"tiny-10-param-classifier"
,
"vocab"
:
[
"A"
,
"B"
,
"C"
,
"D"
]
,
"param_count"
:
10
,
"note"
:
"Tiny model mapping any text to A/B/C/D via a 10-parameter MLP."
}