Instructions to use scikit-bio/tmvec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use scikit-bio/tmvec with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("scikit-bio/tmvec", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload config
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -10,4 +10,4 @@
|
|
| 10 |
"out_dim": 512,
|
| 11 |
"transformers_version": null,
|
| 12 |
"warmup_steps": 400
|
| 13 |
-
}
|
|
|
|
| 10 |
"out_dim": 512,
|
| 11 |
"transformers_version": null,
|
| 12 |
"warmup_steps": 400
|
| 13 |
+
}
|