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
Upload magical_1_star.safetensors
Browse files
magical_1_star.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:161359fb8d80698db5d4e9cec44dc4a134f900ddc60ca769e4dce3d3bf3b9420
|
| 3 |
+
size 90870888
|