Luwayy Wauplin HF staff commited on
Commit
56ddae7
·
verified ·
1 Parent(s): 2ffd2b1

Set `library_name` to `tf-keras`. (#1)

Browse files

- Set `library_name` to `tf-keras`. (fa4f35182ce20f4f318520269286c3570f53bf1e)


Co-authored-by: Lucain Pouget <Wauplin@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
 
2
  license: mit
3
  metrics:
4
  - accuracy
5
- library_name: keras
6
  pipeline_tag: image-classification
7
- ---
 
1
  ---
2
+ library_name: tf-keras
3
  license: mit
4
  metrics:
5
  - accuracy
 
6
  pipeline_tag: image-classification
7
+ ---