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