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