Feature Extraction
Transformers
PyTorch
English
samfatnassi commited on
Commit
2186865
·
verified ·
1 Parent(s): 5a7dd68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -8,13 +8,13 @@ metrics:
8
  - accuracy
9
  library_name: transformers
10
  pipeline_tag: feature-extraction
11
- doi: 10.5281/zenodo.18685168
12
 
13
  ---
14
 
15
  # SADIM: Stellar Intelligence Framework
16
 
17
- **SADIM-V2** is a specialized AI model trained on the **Gaia Data Release 3 (DR3)** catalog. It bridges the gap between massive raw astronomical observations and actionable scientific insights.
18
 
19
  **Research Objectives**
20
 
@@ -24,7 +24,7 @@ doi: 10.5281/zenodo.18685168
24
 
25
  • Scalability: Real-time stellar analysis for future space surveys.
26
 
27
- * **Research Link:** https://zenodo.org/records/18685168
28
 
29
  ### 1. Technical Feature Map
30
  The model is designed to process 13 fundamental astronomical parameters:
@@ -42,7 +42,7 @@ The model is designed to process 13 fundamental astronomical parameters:
42
 
43
  ### 2. When to use the Model vs. the Dataset?
44
 
45
- * **Use the SADIM-V2 77M Model:** For fast inference, predicting missing stellar properties, or automating the classification of new astronomical data.
46
  * **Use the Gaia-DR3 Dataset:** For deep-dive research, historical record querying, or training your own custom neural networks.
47
  * **Dataset Link:** [samfatnassi/gaia-dr3](https://huggingface.co/datasets/samfatnassi/gaia-dr3)
48
 
@@ -57,7 +57,7 @@ from transformers import AutoModel
57
  dataset = load_dataset("samfatnassi/gaia-dr3", split="train", streaming=True)
58
 
59
  # 2. Load the Model
60
- model = AutoModel.from_pretrained("KilmaAI/SADIM-V2")
61
 
62
  # Fetch a sample star
63
  sample_star = next(iter(dataset))
 
8
  - accuracy
9
  library_name: transformers
10
  pipeline_tag: feature-extraction
11
+ doi: 10.5281/zenodo.18727667
12
 
13
  ---
14
 
15
  # SADIM: Stellar Intelligence Framework
16
 
17
+ **SADIM-77M** is a specialized AI model trained on the **Gaia Data Release 3 (DR3)** catalog. It bridges the gap between massive raw astronomical observations and actionable scientific insights.
18
 
19
  **Research Objectives**
20
 
 
24
 
25
  • Scalability: Real-time stellar analysis for future space surveys.
26
 
27
+ **Research Link:** https://zenodo.org/records/18727667
28
 
29
  ### 1. Technical Feature Map
30
  The model is designed to process 13 fundamental astronomical parameters:
 
42
 
43
  ### 2. When to use the Model vs. the Dataset?
44
 
45
+ * **Use the SADIM 77 Model:** For fast inference, predicting missing stellar properties, or automating the classification of new astronomical data.
46
  * **Use the Gaia-DR3 Dataset:** For deep-dive research, historical record querying, or training your own custom neural networks.
47
  * **Dataset Link:** [samfatnassi/gaia-dr3](https://huggingface.co/datasets/samfatnassi/gaia-dr3)
48
 
 
57
  dataset = load_dataset("samfatnassi/gaia-dr3", split="train", streaming=True)
58
 
59
  # 2. Load the Model
60
+ model = AutoModel.from_pretrained("KilmaAI/SADIM-77M")
61
 
62
  # Fetch a sample star
63
  sample_star = next(iter(dataset))