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