Instructions to use Magic-AI/Magical-1-Star with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Magic-AI/Magical-1-Star with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Magic-AI/Magical-1-Star")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Magic-AI/Magical-1-Star", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,6 @@ language:
|
|
| 4 |
- en
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
-
library_name:
|
| 8 |
pipeline_tag: text-classification
|
| 9 |
---
|
|
|
|
| 4 |
- en
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
+
library_name: transformers
|
| 8 |
pipeline_tag: text-classification
|
| 9 |
---
|