Instructions to use autoevaluate/entity-extraction-not-evaluated with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use autoevaluate/entity-extraction-not-evaluated with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="autoevaluate/entity-extraction-not-evaluated")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("autoevaluate/entity-extraction-not-evaluated") model = AutoModelForTokenClassification.from_pretrained("autoevaluate/entity-extraction-not-evaluated") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
46578b5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:48ebb7a89b19b62d0edab1f2814f8202987030f65333d0fea670a8dc00a18e0e
size 265512821
|