Instructions to use AnonymousSub/declutr-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AnonymousSub/declutr-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="AnonymousSub/declutr-model")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("AnonymousSub/declutr-model") model = AutoModelForMaskedLM.from_pretrained("AnonymousSub/declutr-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
1a49723 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ba02256f2c214806443dc847fe2750c3fff609bf31f75436cb7e11b84a938a95
size 328729074
|