Instructions to use sunwei2011/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sunwei2011/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="sunwei2011/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("sunwei2011/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("sunwei2011/bert-finetuned-ner") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- c03fb019d0338c1c1fd61a4f93a10d9bdec26572c2a64cd02c0667ae48c61080
- Size of remote file:
- 431 MB
- SHA256:
- 854f356b704d49010cbc395718f756fca9d55870bf9248cf42a5dc85ca561fe5
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.