Instructions to use keras/t5_base_multi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KerasHub
How to use keras/t5_base_multi with KerasHub:
import keras_hub # Create a Backbone model unspecialized for any task backbone = keras_hub.models.Backbone.from_preset("hf://keras/t5_base_multi") - Keras
How to use keras/t5_base_multi with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://keras/t5_base_multi") - Notebooks
- Google Colab
- Kaggle
Update README.md with new model card content
Browse files
README.md
CHANGED
|
@@ -51,9 +51,3 @@ __Arguments__
|
|
| 51 |
embedding and the weights projecting language model outputs from
|
| 52 |
`hidden_dim`
|
| 53 |
|
| 54 |
-
### Example Usage
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
## Example Usage with Hugging Face URI
|
| 58 |
-
|
| 59 |
-
|
|
|
|
| 51 |
embedding and the weights projecting language model outputs from
|
| 52 |
`hidden_dim`
|
| 53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|