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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
ce5a9c9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f3f79cefb6c91b9caec071b3d9f04dbc40ba91494ce29799f682ab80aba8c878
size 1422000728
|