Commit
•
eecf537
1
Parent(s):
9c4b3dc
Set `library_name` to `tf-keras`. (#2)
Browse files- Set `library_name` to `tf-keras`. (cb96f09b2078c76b54c8fa9ab46334cede009ac3)
Co-authored-by: Lucain Pouget <[email protected]>
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
-
library_name: keras
|
3 |
-
license: mit
|
4 |
datasets:
|
5 |
- karpathy/tiny_shakespeare
|
|
|
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
pipeline_tag: text-generation
|
|
|
1 |
---
|
|
|
|
|
2 |
datasets:
|
3 |
- karpathy/tiny_shakespeare
|
4 |
+
library_name: tf-keras
|
5 |
+
license: mit
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
pipeline_tag: text-generation
|