Instructions to use hf-internal-testing/tiny-random-LukeModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hf-internal-testing/tiny-random-LukeModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="hf-internal-testing/tiny-random-LukeModel")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("hf-internal-testing/tiny-random-LukeModel") model = AutoModel.from_pretrained("hf-internal-testing/tiny-random-LukeModel") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
cd59a3e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a4142e0a40f2b6f155219f09aec8d9e0b4ecac2d48d425285fd70dba57c8c26d
size 6787244
|