Instructions to use deutschmann/mdr-roberta-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deutschmann/mdr-roberta-test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="deutschmann/mdr-roberta-test")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("deutschmann/mdr-roberta-test") model = AutoModel.from_pretrained("deutschmann/mdr-roberta-test") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
f1b46b7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6d7fc489d7dd4fc7f0cdbb2d2dacdca92faeabb2755573f67d3153dbc73ee392
size 498649201
|