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