Instructions to use puzzz21/sci-intent-classify with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use puzzz21/sci-intent-classify with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="puzzz21/sci-intent-classify")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("puzzz21/sci-intent-classify") model = AutoModelForSequenceClassification.from_pretrained("puzzz21/sci-intent-classify") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 2cca5123eebda15c701a3c4f523d423cd07803733264405836a34b73c14b4ecf
- Size of remote file:
- 440 MB
- SHA256:
- c1f39a3e29a857b4d6521414e8c0a95f085d6836d75eda09e7ea337797e40096
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.