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