Instructions to use hf-tiny-model-private/tiny-random-LukeModel 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-LukeModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="hf-tiny-model-private/tiny-random-LukeModel")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("hf-tiny-model-private/tiny-random-LukeModel") model = AutoModel.from_pretrained("hf-tiny-model-private/tiny-random-LukeModel") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
2e54460 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:72f741e7347ec41a9f27909eb042dbe0d830be3f9c8d201d46e790ceafc07e32
size 16161138
|