Instructions to use maple/roberta-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maple/roberta-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="maple/roberta-large")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("maple/roberta-large") model = AutoModelForTokenClassification.from_pretrained("maple/roberta-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
12fe2eb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:167e38936dbcc99f01478c0e6dcbdf18bb5811ee4ca4cf801abb4b375a4ea4ca
size 1417412209
|