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