Helsinki-NLP/open_subtitles
Updated • 1.31k • 75
How to use thivy/flan-t5-base-finetuned-opus_books-en-to-no-test-finetuned-open_subtitles-en-to-no-test with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("thivy/flan-t5-base-finetuned-opus_books-en-to-no-test-finetuned-open_subtitles-en-to-no-test")
model = AutoModelForSeq2SeqLM.from_pretrained("thivy/flan-t5-base-finetuned-opus_books-en-to-no-test-finetuned-open_subtitles-en-to-no-test", device_map="auto")This model is a fine-tuned version of thivy/flan-t5-base-finetuned-opus_books-en-to-no-test on the open_subtitles dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("thivy/flan-t5-base-finetuned-opus_books-en-to-no-test-finetuned-open_subtitles-en-to-no-test") model = AutoModelForSeq2SeqLM.from_pretrained("thivy/flan-t5-base-finetuned-opus_books-en-to-no-test-finetuned-open_subtitles-en-to-no-test", device_map="auto")