Instructions to use JaySc/Curvion_AI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JaySc/Curvion_AI with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("JaySc/Curvion_AI", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,6 +28,7 @@ datasets:
|
|
| 28 |
- hugging-science/mmu_legacysurvey_dr10_south_21
|
| 29 |
- hugging-science/mmu_apogee_dr17
|
| 30 |
- juliensimon/nasa-exoplanets
|
|
|
|
| 31 |
---
|
| 32 |
# Cuvion_AI
|
| 33 |
|
|
|
|
| 28 |
- hugging-science/mmu_legacysurvey_dr10_south_21
|
| 29 |
- hugging-science/mmu_apogee_dr17
|
| 30 |
- juliensimon/nasa-exoplanets
|
| 31 |
+
library_name: transformers
|
| 32 |
---
|
| 33 |
# Cuvion_AI
|
| 34 |
|