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