Instructions to use keras-sd/text-encoder-tflite with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use keras-sd/text-encoder-tflite 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-sd/text-encoder-tflite") - Notebooks
- Google Colab
- Kaggle
Upload text_encoder.tflite
Browse files- text_encoder.tflite +2 -2
text_encoder.tflite
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0768692a1c233086fcdd4216b5aacd61acac1edbaf4bf5e6c5d862644de52d8
|
| 3 |
+
size 126778416
|