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
Upload checkpoint-1200/model.safetensors
Browse files
checkpoint-1200/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0c6c343924c8db8e784cb3fa6b02025384c6460e00a7de335598fddfab0a70f
|
| 3 |
+
size 498622052
|