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