Instructions to use laihuiyuan/MMFLD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use laihuiyuan/MMFLD with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("laihuiyuan/MMFLD") model = AutoModelForSeq2SeqLM.from_pretrained("laihuiyuan/MMFLD") - Notebooks
- Google Colab
- Kaggle
Commit History
Create README.md f26e83b
Upload pytorch_model.bin aa5a8ec
Upload tokenizer_config.json 332b30c
Upload spiece.model 938b4de
Upload special_tokens_map.json fe1066e
Upload generation_config.json 303873a
Upload config.json e8f0aae
initial commit 7ad2a5e
Huiyuan Lai commited on