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