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