Text Classification
Transformers
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use CoCoRooXin/finetuned_robert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CoCoRooXin/finetuned_robert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="CoCoRooXin/finetuned_robert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("CoCoRooXin/finetuned_robert") model = AutoModelForSequenceClassification.from_pretrained("CoCoRooXin/finetuned_robert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 33f879e6a6dfefed08c61847fa92f33bdaf59fdf5975aa810e365d5c76c58a91
- Size of remote file:
- 4.86 kB
- SHA256:
- 5e15e8fd2679a86cac33e87a5fac131e6f53d659358ebccc1723b8a4544c7115
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.