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
Update tiny models for CohereModel
#1
by hf-transformers-bot - opened
- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 194376
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc55e80cf0ed8eee867ada5d695919d031fdee720b53034ade8b0f36ea012a0d
|
| 3 |
size 194376
|