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