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