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:
- 22051da6631ef562202010d52585640e914a97cbc93cff0e9742a0ce212038b0
- Size of remote file:
- 4.09 kB
- SHA256:
- 8334d10b5c047f9f2b840d214947ca197f501b5a0109d0f23506a2d523c3dd76
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.