Instructions to use Arro94/nova-model-benchmark with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Arro94/nova-model-benchmark with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Arro94/nova-model-benchmark")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Arro94/nova-model-benchmark") model = AutoModelForSequenceClassification.from_pretrained("Arro94/nova-model-benchmark") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ language:
|
|
| 5 |
pipeline_tag: text-classification
|
| 6 |
---
|
| 7 |
|
| 8 |
-
Scores (avg. weighted)
|
| 9 |
Accuracy: 0.9007633587786259
|
| 10 |
Precision: 0.9008606422369183
|
| 11 |
Recall: 0.9007633587786259
|
|
|
|
| 5 |
pipeline_tag: text-classification
|
| 6 |
---
|
| 7 |
|
| 8 |
+
Scores (avg. weighted)
|
| 9 |
Accuracy: 0.9007633587786259
|
| 10 |
Precision: 0.9008606422369183
|
| 11 |
Recall: 0.9007633587786259
|