Instructions to use Magic-AI/Magical-1-Sun with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Magic-AI/Magical-1-Sun with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Magic-AI/Magical-1-Sun")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Magic-AI/Magical-1-Sun", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload magical1_sun.safetensors
Browse files- magical1_sun.safetensors +3 -0
magical1_sun.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e262fa8bdb3395ac39b81506f9549843202d2f825a1991be381f6b63573e78c0
|
| 3 |
+
size 437959616
|