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