Set `library_name` to `tf-keras`.
#1
by
Wauplin HF Staff - opened
README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
library_name: keras
|
| 3 |
license: mit
|
| 4 |
metrics:
|
| 5 |
- accuracy
|
| 6 |
- f1
|
| 7 |
- precision
|
|
|
|
| 8 |
tags:
|
| 9 |
- biology
|
| 10 |
-
pipeline_tag: image-classification
|
| 11 |
---
|
| 12 |
|
| 13 |
## Model description
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: tf-keras
|
| 3 |
license: mit
|
| 4 |
metrics:
|
| 5 |
- accuracy
|
| 6 |
- f1
|
| 7 |
- precision
|
| 8 |
+
pipeline_tag: image-classification
|
| 9 |
tags:
|
| 10 |
- biology
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
## Model description
|