Instructions to use Gaurav20/Encoder_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Gaurav20/Encoder_Model with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Gaurav20/Encoder_Model") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
| 3 |
pipeline_tag: text-generation
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
-
library_name:
|
| 7 |
tags:
|
| 8 |
- NLP
|
| 9 |
---
|
|
|
|
| 3 |
pipeline_tag: text-generation
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
library_name: tensorflowtts
|
| 7 |
tags:
|
| 8 |
- NLP
|
| 9 |
---
|