Instructions to use malteos/specter-wol with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use malteos/specter-wol with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="malteos/specter-wol")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("malteos/specter-wol") model = AutoModel.from_pretrained("malteos/specter-wol", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
c5599e5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5cc9d52d28b1d1335b3dc367eac35316ca875344dce5cbb71419b98ac575e9db
size 439758015
|