ru60m / config.json
RafaelUI's picture
Upload 3 files
2d08800 verified
Raw
History Blame Contribute Delete
343 Bytes
{
"model_name": "ru60m",
"architecture": "rwkv7",
"n_layer": 18,
"n_embd": 448,
"vocab_size": 16000,
"head_size": 64,
"ctx_len": 512,
"n_params": 61300000,
"language": "ru",
"task": "text_classification",
"num_labels": null,
"dtype": "bf16",
"tokenizer": {
"type": "bpe",
"path": "tokenizer_ru16k.json"
}
}