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