Instructions to use townboy/kpfbert-kdpii with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use townboy/kpfbert-kdpii with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="townboy/kpfbert-kdpii")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("townboy/kpfbert-kdpii") model = AutoModelForTokenClassification.from_pretrained("townboy/kpfbert-kdpii", device_map="auto") - Notebooks
- Google Colab
- Kaggle
License clarification request
#1
by shhhlee - opened
Hi, thanks for sharing this model.
I noticed the model card doesn't specify a license. Could you clarify what license applies to this fine-tuned model? I can see that the base model (KPF/KPF-bert-ner) is MIT and the KDPII dataset is CC BY 4.0, so it would be really helpful if you could add a license tag to the model card to make the terms clear for everyone.