Instructions to use nlplab/Verdict_Recognizer_Final with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlplab/Verdict_Recognizer_Final with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="nlplab/Verdict_Recognizer_Final")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("nlplab/Verdict_Recognizer_Final") model = AutoModelForQuestionAnswering.from_pretrained("nlplab/Verdict_Recognizer_Final") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload pytorch_model.bin with git-lfs 073632f
Yen-Hsiang Wang commited on
Upload config.json 146e7fd
Yen-Hsiang Wang commited on