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