Instructions to use Dundalia/bert-tiny_coqa_non_conv_1337 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Dundalia/bert-tiny_coqa_non_conv_1337 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Dundalia/bert-tiny_coqa_non_conv_1337") model = AutoModelForSeq2SeqLM.from_pretrained("Dundalia/bert-tiny_coqa_non_conv_1337") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened over 1 year ago
by
SFconvertbot