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