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