Instructions to use keras-io/bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use keras-io/bit with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("keras-io/bit") - Notebooks
- Google Colab
- Kaggle
Set `library_name` to `tf-keras`.
#1
by Wauplin HF Staff - opened
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/).
|