Instructions to use fangyuan/lfqa_role_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fangyuan/lfqa_role_classification with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("fangyuan/lfqa_role_classification") model = AutoModelForSeq2SeqLM.from_pretrained("fangyuan/lfqa_role_classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Fangyuan Xu commited on
Commit ·
36d072a
1
Parent(s): 0b2594d