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:
- 762e6b90f2d208c3b50a74f48cffee6ce21dd0007aa80ff06252aecd3e01db57
- Size of remote file:
- 3.39 kB
- SHA256:
- acaeee8d1dbabf42246256d3bc86e717dbf608808fc4930fcb53863750407571
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.