NPK_prediction_model2 / config.json
GodfreyOwino's picture
Update: Add custom NPKPredictionModel implementation
3716637 verified
raw
history blame contribute delete
No virus
213 Bytes
{
"model_type": "npk",
"architectures": ["NPKPredictionModel"],
"auto_map": {
"AutoConfig": "modeling_npk.NPKConfig",
"AutoModel": "modeling_npk.NPKPredictionModel"
},
"trust_remote_code": true
}