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
Browse files- 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:a679038741dd0ed4b4ef2d0d91a78908480a485e70262e4cc49fdc426099c3c3
|
| 3 |
size 194376
|