herbivorous-food-model / model_card.json
SivaMallikarjun's picture
Create model_card.json
20fb1ad verified
raw
history blame contribute delete
394 Bytes
{
"license": "Apache-2.0",
"datasets": ["custom"],
"language": "en",
"metrics": ["accuracy", "f1"],
"base_model": "distilbert-base-uncased",
"new_version": "1.0",
"pipeline_tag": "text-classification",
"library_name": "transformers",
"tags": ["agriculture", "herbivorous food", "plant classification"],
"eval_results": {"accuracy": "TBD", "f1": "TBD"}
}