Instructions to use Rhasan97/squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Rhasan97/squad with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Rhasan97/squad") model = AutoModelForSeq2SeqLM.from_pretrained("Rhasan97/squad", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Rename best-checkpoint- val_loss=1.403-train_loss=1.448.ckpt to pytorch_model.bin
Browse files
best-checkpoint- val_loss=1.403-train_loss=1.448.ckpt → pytorch_model.bin
RENAMED
|
File without changes
|