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