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