Instructions to use CodeNLP/pdn2_v08_kpwr_ner_n82 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CodeNLP/pdn2_v08_kpwr_ner_n82 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="CodeNLP/pdn2_v08_kpwr_ner_n82")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("CodeNLP/pdn2_v08_kpwr_ner_n82") model = AutoModel.from_pretrained("CodeNLP/pdn2_v08_kpwr_ner_n82") - Notebooks
- Google Colab
- Kaggle
How to use this model?
#1
by markowanga - opened
Hello,
I am having trouble loading the model you provided. Could you please provide detailed instructions on how to use it?
Thank you for your assistance! :)
Hello, sorry for the very late replay ;-)
Here is how you can use the model https://huggingface.co/CodeNLP/pdn2_v08_nkjp_large.
Let me know if this helps. If not, please provide more details and I will try to help :-)