Upload folder using huggingface_hub
Browse files- README.md +20 -0
- test.jsonl +0 -0
- train.jsonl +0 -0
- val.jsonl +0 -0
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Astrology Compatibility Dataset
|
| 2 |
+
|
| 3 |
+
This dataset contains **14400 examples** of zodiac compatibility between 12 signs,
|
| 4 |
+
expanded across multiple life aspects (love, finance, career, children, social, dasha, dosha).
|
| 5 |
+
|
| 6 |
+
## Files
|
| 7 |
+
- train.jsonl – 11520 rows
|
| 8 |
+
- val.jsonl – 1440 rows
|
| 9 |
+
- test.jsonl – 1440 rows
|
| 10 |
+
|
| 11 |
+
## Format
|
| 12 |
+
Each row looks like:
|
| 13 |
+
|
| 14 |
+
{
|
| 15 |
+
"instruction": "Analyze compatibility between Aries and Virgo.",
|
| 16 |
+
"input": "Focus on finance and wealth, with dasha and dosha influences.",
|
| 17 |
+
"output": "Compatibility between Aries and Virgo in finance and wealth often generates growth. During Venus Mahadasha, their energies may shift. If Shani Dosha is active, chanting mantras can help."
|
| 18 |
+
}
|
| 19 |
+
|
| 20 |
+
Generated on 2025-09-05.
|
test.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
val.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|