Instructions to use krishnareddy/translation_example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use krishnareddy/translation_example with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("krishnareddy/translation_example") model = AutoModelForSeq2SeqLM.from_pretrained("krishnareddy/translation_example", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f933897 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fd53e11690e4be5caa5b9f96622b3a8eafb2217a5bcceae49e1f9d94af99e5b8
size 4856
|