dta-char-ngram / config.json
stefan-it's picture
feat: add initial model
b719bdf verified
Raw
History Blame Contribute Delete
614 Bytes
{
"architectures": [
"CharNgramForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_char_ngram.CharNgramConfig",
"AutoModelForCausalLM": "modeling_char_ngram.CharNgramForCausalLM"
},
"backoff_alpha": 0.4,
"bos_token_id": 0,
"dtype": "float32",
"eos_token_id": 0,
"model_type": "char-ngram",
"ngram_sizes": [
256,
15123,
186698,
1125157,
4525763,
13788192
],
"num_hidden_layers": 1,
"order": 6,
"pad_token_id": 0,
"total_tokens": 1366008996,
"transformers_version": "5.15.1",
"unk_token_id": 1,
"use_cache": false,
"vocab_size": 256
}