Text Classification
Transformers
Safetensors
PyTorch
English
roberta
question-answering
text-embeddings-inference
Instructions to use whitedevil0089devil/roberta_squad_ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use whitedevil0089devil/roberta_squad_ft with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="whitedevil0089devil/roberta_squad_ft")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("whitedevil0089devil/roberta_squad_ft") model = AutoModelForSequenceClassification.from_pretrained("whitedevil0089devil/roberta_squad_ft") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 42a78286c47fd4052d3181eda295bea14ffb73d1512c258060dd0b48751ad833
- Size of remote file:
- 997 MB
- SHA256:
- 03c562b11e8ec99c447986965ad3ee57b14bcc03f49f7c364d54f277df3f6dd3
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.