Instructions to use deepset/tinyroberta-6l-768d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deepset/tinyroberta-6l-768d with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="deepset/tinyroberta-6l-768d")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("deepset/tinyroberta-6l-768d") model = AutoModelForQuestionAnswering.from_pretrained("deepset/tinyroberta-6l-768d") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md e30c9cf verified
Adding `safetensors` variant of this model (#2) 6afebd3
Update README.md d15e897
Create README.md 9cff97d
add model e001979
Ubuntu commited on
add model 447e886
Ubuntu commited on