Instructions to use google/flan-t5-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/flan-t5-large with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("google/flan-t5-large") model = AutoModelForSeq2SeqLM.from_pretrained("google/flan-t5-large") - Notebooks
- Google Colab
- Kaggle
Hebrew ?encoding? not supported, hebrew translation not functional
#2
by neuralworm - opened
input:
"I am
translated to hebrew:"
output: ""
input:
"ืื ื
translated to english:"
output: ""
input:
"I am
translated to hebrew:"
output: ""input:
"ืื ื
translated to english:"
output: ""
Have you found a solution?
Have you found a solution?
No. Unfortunately not.