Instructions to use mcurmei/single_label_N_max with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mcurmei/single_label_N_max with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="mcurmei/single_label_N_max")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("mcurmei/single_label_N_max") model = AutoModelForQuestionAnswering.from_pretrained("mcurmei/single_label_N_max") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
56871af | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4bc4a01f1657e1555b0d3bef56a8205787216ad588247496ff12803de2428be7
size 3055
|