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:157258cf13ac1afeea19e1832f4ed18ecbe5726396bfa067e4c2905bab9ae66f
|
| 3 |
size 503911921
|