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