Instructions to use iamew/trained_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use iamew/trained_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="iamew/trained_model")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("iamew/trained_model") model = AutoModelForQuestionAnswering.from_pretrained("iamew/trained_model") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Dec04_19-58-54_2131200625f2
- Dec04_20-00-41_2131200625f2
- Nov21_22-33-26_913bd487985e
- Nov27_20-04-25_b32823ca55a5
- Nov30_04-12-44_d8f076c503c7
- Nov30_04-38-28_d8f076c503c7
- Nov30_04-54-26_d8f076c503c7
- Nov30_05-53-11_d8f076c503c7
- Nov30_06-08-42_d8f076c503c7
- Nov30_06-11-53_d8f076c503c7
- Nov30_06-13-32_d8f076c503c7