dsir-wiki-ja-5k / config.json
minato-ryan's picture
Upload model
25d0bb0 verified
raw
history blame contribute delete
No virus
290 Bytes
{
"architectures": [
"DSIRModel"
],
"auto_map": {
"AutoConfig": "config.DSIRConfig",
"AutoModel": "model.DSIRModel"
},
"laplace_smoothing": 0.0,
"model_type": "dsir",
"n": 2,
"num_buckets": 16384,
"torch_dtype": "float32",
"transformers_version": "4.38.2"
}