Create model_card.json
Browse files- model_card.json +12 -0
model_card.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"license": "Apache-2.0",
|
3 |
+
"datasets": ["custom"],
|
4 |
+
"language": "en",
|
5 |
+
"metrics": ["accuracy", "f1"],
|
6 |
+
"base_model": "distilbert-base-uncased",
|
7 |
+
"new_version": "1.0",
|
8 |
+
"pipeline_tag": "text-classification",
|
9 |
+
"library_name": "transformers",
|
10 |
+
"tags": ["agriculture", "herbivorous food", "plant classification"],
|
11 |
+
"eval_results": {"accuracy": "TBD", "f1": "TBD"}
|
12 |
+
}
|