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:
- 4359d0da8f72941bf1bf6359b6137d07c200a56144fc726d51e3b5e1ceaf120a
- Size of remote file:
- 4.47 kB
- SHA256:
- 80a8e3f06aa8ffd702b066b0baa4285e92284225ad3fc2669a1e2e4269a35458
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.