Instructions to use hf-tiny-model-private/tiny-random-LukeForTokenClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-tiny-model-private/tiny-random-LukeForTokenClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="hf-tiny-model-private/tiny-random-LukeForTokenClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("hf-tiny-model-private/tiny-random-LukeForTokenClassification") model = AutoModelForTokenClassification.from_pretrained("hf-tiny-model-private/tiny-random-LukeForTokenClassification") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
c1b6d3f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:72f741e7347ec41a9f27909eb042dbe0d830be3f9c8d201d46e790ceafc07e32
size 16161138
|