Instructions to use Enoch/multimoco with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Enoch/multimoco with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Enoch/multimoco")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Enoch/multimoco") model = AutoModel.from_pretrained("Enoch/multimoco") - Notebooks
- Google Colab
- Kaggle
update
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 503911921
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9cd568eb3d919b434c7003026f236d46495843dfc4afb912d2fa28955ce367a
|
| 3 |
size 503911921
|