Token Classification
Transformers
PyTorch
Safetensors
German
xlm-roberta
legal
tax law
relation extraction
entity extraction
Instructions to use danielsteinigen/KeyFiTax with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use danielsteinigen/KeyFiTax with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="danielsteinigen/KeyFiTax")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("danielsteinigen/KeyFiTax") model = AutoModelForTokenClassification.from_pretrained("danielsteinigen/KeyFiTax") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 57dde9d
Update README.md 328a68d
Adding `safetensors` variant of this model (#1) 0a4c0db
Update README.md bf42b1f
Update config.json 8c9c4b3
Update README.md 1942e97
Update README.md 4970c4e
Update README.md f3ea1ce
Create README.md d8809cb
Upload tokenizer ac775f9
Upload XLMRobertaForTokenClassification 5c7b467
initial commit 3c55d59
Daniel Steinigen commited on