Text Classification
Transformers
Safetensors
PyTorch
English
roberta
question-answering
text-embeddings-inference
Instructions to use whitedevil0089devil/roberta_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use whitedevil0089devil/roberta_base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="whitedevil0089devil/roberta_base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("whitedevil0089devil/roberta_base") model = AutoModelForSequenceClassification.from_pretrained("whitedevil0089devil/roberta_base") - Notebooks
- Google Colab
- Kaggle
Upload class_info.json
Browse files- .gitattributes +1 -0
- class_info.json +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
answer_mapping.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
answer_mapping.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
class_info.json filter=lfs diff=lfs merge=lfs -text
|
class_info.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d45fbc3de99ee3e598ad94ce39fa9a590a4f93afa271775e3619e6ebb023edbc
|
| 3 |
+
size 137357148
|