Instructions to use cihanunlu/berturk-histr-lora-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cihanunlu/berturk-histr-lora-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="cihanunlu/berturk-histr-lora-ner")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("cihanunlu/berturk-histr-lora-ner", device_map="auto") - PEFT
How to use cihanunlu/berturk-histr-lora-ner with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Ctrl+K