Instructions to use bassie96code/RobBERT-LLM-wettekst with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bassie96code/RobBERT-LLM-wettekst with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="bassie96code/RobBERT-LLM-wettekst")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("bassie96code/RobBERT-LLM-wettekst") model = AutoModelForTokenClassification.from_pretrained("bassie96code/RobBERT-LLM-wettekst") - Notebooks
- Google Colab
- Kaggle
Ctrl+K