Instructions to use gshields/bidirection_translate_model_error_v0.4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gshields/bidirection_translate_model_error_v0.4 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("gshields/bidirection_translate_model_error_v0.4") model = AutoModelForMultimodalLM.from_pretrained("gshields/bidirection_translate_model_error_v0.4") - Notebooks
- Google Colab
- Kaggle
Ctrl+K