Text Classification
Transformers
PyTorch
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use ejschwartz/oo-method-test-model-bylibrary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ejschwartz/oo-method-test-model-bylibrary with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ejschwartz/oo-method-test-model-bylibrary")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ejschwartz/oo-method-test-model-bylibrary") model = AutoModelForSequenceClassification.from_pretrained("ejschwartz/oo-method-test-model-bylibrary") - Notebooks
- Google Colab
- Kaggle
Commit ·
dac24f7
1
Parent(s): d8e658f
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,8 @@ metrics:
|
|
| 7 |
model-index:
|
| 8 |
- name: oo-method-test-model-bylibrary
|
| 9 |
results: []
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: oo-method-test-model-bylibrary
|
| 9 |
results: []
|
| 10 |
+
datasets:
|
| 11 |
+
- ejschwartz/oo-method-test-split
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|