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