Commit
•
dc4ad93
1
Parent(s):
5f99aeb
Set `library_name` to `tf-keras`. (#1)
Browse files- Set `library_name` to `tf-keras`. (59cafdf63a38f7d14d31823de5fad38c2147aadb)
Co-authored-by: Lucain Pouget <Wauplin@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
-
library_name: keras
|
3 |
-
license: mit
|
4 |
datasets:
|
5 |
- hard
|
6 |
language:
|
7 |
- ar
|
|
|
|
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
---
|
|
|
1 |
---
|
|
|
|
|
2 |
datasets:
|
3 |
- hard
|
4 |
language:
|
5 |
- ar
|
6 |
+
library_name: tf-keras
|
7 |
+
license: mit
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
---
|