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