Instructions to use noystl/mistral-abstract-cot-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use noystl/mistral-abstract-cot-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="noystl/mistral-abstract-cot-classifier")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("noystl/mistral-abstract-cot-classifier", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update pipeline tag
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -8,7 +8,7 @@ language:
|
|
| 8 |
license: cc-by-4.0
|
| 9 |
metrics:
|
| 10 |
- accuracy
|
| 11 |
-
pipeline_tag:
|
| 12 |
library_name: transformers
|
| 13 |
---
|
| 14 |
|
|
|
|
| 8 |
license: cc-by-4.0
|
| 9 |
metrics:
|
| 10 |
- accuracy
|
| 11 |
+
pipeline_tag: text-classification
|
| 12 |
library_name: transformers
|
| 13 |
---
|
| 14 |
|