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 filesAdded 30 datasets.
README.md
CHANGED
|
@@ -4,6 +4,30 @@ language:
|
|
| 4 |
- en
|
| 5 |
base_model:
|
| 6 |
- google/gemma-4-12B-it-qat-q4_0-gguf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
# Cuvion_AI
|
| 9 |
|
|
|
|
| 4 |
- en
|
| 5 |
base_model:
|
| 6 |
- google/gemma-4-12B-it-qat-q4_0-gguf
|
| 7 |
+
datasets:
|
| 8 |
+
- HuggingFaceTB/cosmopedia
|
| 9 |
+
- JaySc/CosmoDataDump
|
| 10 |
+
- NeuML/arxiv-astronomy-similarity
|
| 11 |
+
- openbmb/UltraData-Math
|
| 12 |
+
- Smith42/sdss_gaia_crossmatched
|
| 13 |
+
- MultimodalUniverse/sdss
|
| 14 |
+
- BrunoBarreto/sdss_dr12_stars_regression
|
| 15 |
+
- marwa000000000/SDSS-GalaxyZoo2-Preprocessed
|
| 16 |
+
- HITS-AIN/IllustrisTNG_SKIRT_SDSS
|
| 17 |
+
- Trustworthy-Information-Access/HonestyBench
|
| 18 |
+
- Qwen/AgentWorldBench
|
| 19 |
+
- Avtrkrb/combined-reasoning-opus-4.6-opus-4.7-kimi-k2.5-kimi-k2.6-glm-5.1
|
| 20 |
+
- msiudek/astroPT_euclid_dataset
|
| 21 |
+
- camel-ai/physics
|
| 22 |
+
- open-web-math/open-web-math
|
| 23 |
+
- easybobLee/variable_gravity_dataset_creation
|
| 24 |
+
- parlange/dark-energy-survey-supernova
|
| 25 |
+
- darkmatter2222/redact-v1
|
| 26 |
+
- juliensimon/black-hole-catalog
|
| 27 |
+
- juliensimon/planck-sz2-clusters
|
| 28 |
+
- hugging-science/mmu_legacysurvey_dr10_south_21
|
| 29 |
+
- hugging-science/mmu_apogee_dr17
|
| 30 |
+
- juliensimon/nasa-exoplanets
|
| 31 |
---
|
| 32 |
# Cuvion_AI
|
| 33 |
|