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