Instructions to use Ali0044/LinguaFlow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Ali0044/LinguaFlow with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Ali0044/LinguaFlow") - Notebooks
- Google Colab
- Kaggle
| { | |
| "model_type": "seq2seq-lstm", | |
| "framework": "keras", | |
| "source_language": "en", | |
| "target_language": "ar", | |
| "input_length": 20, | |
| "output_length": 20, | |
| "eng_vocab_size": 6409, | |
| "ar_vocab_size": 9642 | |
| } |