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") - Notebooks
- Google Colab
- Kaggle
Commit History
add model files b315137
carrie commited on
Update README.md 36d072a
Fangyuan Xu commited on
initial commit 0b2594d
Fangyuan Xu commited on