Create README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- custom
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
- f1
|
8 |
+
pipeline_tag: text-classification
|
9 |
+
library_name: transformers
|
10 |
+
base_model: distilbert-base-uncased
|
11 |
+
new_version: "1.0"
|
12 |
+
tags:
|
13 |
+
- agriculture
|
14 |
+
- herbivorous food
|
15 |
+
- plant classification
|
16 |
+
eval_results:
|
17 |
+
accuracy: TBD
|
18 |
+
f1: TBD
|
19 |
+
---
|