Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pretty_name: solar system data
|
| 4 |
+
---
|
| 5 |
+
# wikipedia_solar_system_dataset
|
| 6 |
+
|
| 7 |
+
This dataset contains sentence-level text extracted from Wikipedia articles related to the Solar System.
|
| 8 |
+
The following topics were covered:
|
| 9 |
+
|
| 10 |
+
`['solar system', 'the sun', 'mercury (planet)', 'venus', 'earth', 'mars', 'asteroid belt', 'jupiter', 'saturn',
|
| 11 |
+
'uranus', 'neptune', 'the moon', 'formation and evolution of the solar system', 'solar eclipse',
|
| 12 |
+
'lunar eclipse', 'coronal mass ejection', 'solar wind', 'solar activity and climate', 'life on mars',
|
| 13 |
+
'galilean moons', 'ring system', 'rings of jupiter', 'rings of saturn', 'Rings_of_Uranus',
|
| 14 |
+
'Rings_of_Neptune', 'pluto', 'halleys comet', 'dwarf planets', 'comet', 'kuiper belt',
|
| 15 |
+
'heliosphere', 'oort cloud']`
|
| 16 |
+
|
| 17 |
+
The text was cleaned and split into sentences using **`sentence-transformers/all-MiniLM-L6-v2`**.
|
| 18 |
+
|
| 19 |
+
This dataset can be used for:
|
| 20 |
+
|
| 21 |
+
- Semantic search
|
| 22 |
+
- Retrieval-Augmented Generation (RAG)
|
| 23 |
+
- Clustering and topic modeling
|
| 24 |
+
- Embedding model evaluation
|