Instructions to use Airin-chan/Super_Micro_Generative_Teks with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Airin-chan/Super_Micro_Generative_Teks with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Airin-chan/Super_Micro_Generative_Teks") - Notebooks
- Google Colab
- Kaggle
Create How _to_use.md
Browse files- How _to_use.md +1 -0
How _to_use.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
# to look how to use model, you can look at test.ipynb
|