Instructions to use AiresPucrs/embedding-model-16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use AiresPucrs/embedding-model-16 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://AiresPucrs/embedding-model-16") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -110,4 +110,4 @@ We do not recommend using this model in real-world applications. It was solely d
|
|
| 110 |
|
| 111 |
## License
|
| 112 |
|
| 113 |
-
This model is licensed under the Apache License, Version 2.0.
|
|
|
|
| 110 |
|
| 111 |
## License
|
| 112 |
|
| 113 |
+
This model is licensed under the Apache License, Version 2.0.
|