Instructions to use KISTI-AI/Scideberta-full with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KISTI-AI/Scideberta-full with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="KISTI-AI/Scideberta-full")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("KISTI-AI/Scideberta-full", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
206b0ce | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:614b652d8e1518ca71f2b5792b169357f231e0b6818e756542a4b9634ebd7295
size 369920519
|