Instructions to use KE-AI/basicchatbot-kel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use KE-AI/basicchatbot-kel with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://KE-AI/basicchatbot-kel") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
2c43d2e | 1 2 3 4 5 6 7 8 | ---
library_name: keras
language:
- kel
pipeline_tag: conversational
---
[BasicChatbot](https://huggingface.co/ierhon/basic-chatbot) |