Instructions to use rooftopcoder/bart-base-coqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rooftopcoder/bart-base-coqa with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("rooftopcoder/bart-base-coqa") model = AutoModelForSeq2SeqLM.from_pretrained("rooftopcoder/bart-base-coqa", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 270 Bytes
04bee0f | 1 2 3 4 5 6 7 8 9 | {
"predict_accuracy": 0.08267568583239383,
"predict_f1": 0.045617221543158844,
"predict_loss": 0.8681505918502808,
"predict_runtime": 259.1585,
"predict_samples": 7983,
"predict_samples_per_second": 30.804,
"predict_steps_per_second": 1.925
} |