{ "model_type": "custom-translation", "architecture": "Keras Sequential", "language": "en", "task": "translation", "max_seq_length": 50, "tokenizer": { "type": "custom", "file_1": "en_tokenizer.json", "file_2": "fr_tokenizer.json" }, "framework": "tensorflow", "description": "This is a custom translation model built using TensorFlow Keras and integrated with a tokenizer for seamless text translation. It supports tokenization and text generation directly using a user-defined function.", "custom_class_file": "translation_model.py", "version": 1.0, "author": "Shivam Ghuge", "license": "apache-2.0" }