Set `library_name` to `tf-keras`. (#1)
Browse files- Set `library_name` to `tf-keras`. (ef8e96bc9de2a9fb89fec82427a823826dad77fb)
Co-authored-by: Lucain Pouget <Wauplin@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- image-to-image
|
4 |
-
library_name: keras
|
5 |
---
|
6 |
## Model description
|
7 |
This repo contains the model for the notebook [Image Classification using BigTransfer (BiT)](https://keras.io/examples/vision/bit/).
|
|
|
1 |
---
|
2 |
+
library_name: tf-keras
|
3 |
tags:
|
4 |
- image-to-image
|
|
|
5 |
---
|
6 |
## Model description
|
7 |
This repo contains the model for the notebook [Image Classification using BigTransfer (BiT)](https://keras.io/examples/vision/bit/).
|