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