Instructions to use anismahmahi/group3_non_all_zero with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anismahmahi/group3_non_all_zero with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="anismahmahi/group3_non_all_zero")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("anismahmahi/group3_non_all_zero") model = AutoModelForTokenClassification.from_pretrained("anismahmahi/group3_non_all_zero", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
23842e1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:90402d2617d0dc541936187ab4479c359e096cd480f15d6b8d41308ac2e8b544
size 4408
|