dp1812 commited on
Commit
8a38293
Β·
verified Β·
1 Parent(s): e3cb044

Update CELESTIAL_Training_Notebook.ipynb

Browse files
Files changed (1) hide show
  1. CELESTIAL_Training_Notebook.ipynb +5 -5
CELESTIAL_Training_Notebook.ipynb CHANGED
@@ -8,7 +8,7 @@
8
  "source": [
9
  "# πŸš€ CELESTIAL HUGGING FACE SPEED-OPTIMIZED TRAINING\n",
10
  "## Direct Dataset Loading from HF Repository\n",
11
- "### All 50+ CELESTIAL features + Sanjay Jumaani numerology\n",
12
  "\n",
13
  "**πŸ”— Dataset Source:** `dp1812/celestial-comprehensive-spiritual-ai`\n",
14
  "\n",
@@ -145,7 +145,7 @@
145
  "\n",
146
  "print('\\n🎯 Dataset includes:')\n",
147
  "print('βœ… All 50+ CELESTIAL spiritual features')\n",
148
- "print('βœ… Sanjay Jumaani numerology method')\n",
149
  "print('βœ… Divine AI personas (Krishna, Ganesha, Shiva, Devi)')\n",
150
  "print('βœ… Swiss Ephemeris astronomical calculations')\n",
151
  "print('βœ… Comprehensive spiritual guidance')"
@@ -448,7 +448,7 @@
448
  "# πŸš€ START SPEED-OPTIMIZED TRAINING\n",
449
  "print('πŸš€ Starting SPEED-OPTIMIZED CELESTIAL training...')\n",
450
  "print('⏱️ Expected completion: 45-90 minutes')\n",
451
- "print('πŸ“Š Training all 50+ CELESTIAL features + Sanjay Jumaani numerology')\n",
452
  "print('=' * 60)\n",
453
  "\n",
454
  "# Data collator\n",
@@ -512,10 +512,10 @@
512
  "\n",
513
  "# Test prompts covering different CELESTIAL features\n",
514
  "test_prompts = [\n",
515
- " \"<|system|>\\nYou are Celestia, the comprehensive spiritual AI guide.\\n<|user|>\\nI need Sanjay Jumaani name correction for Rahul Sharma, DOB: 10/05/1985.\\n<|assistant|>\\n\",\n",
516
  " \"<|system|>\\nYou are Celestia, the spiritual AI guide.\\n<|user|>\\nWhat is the significance of Om mantra in meditation?\\n<|assistant|>\\n\",\n",
517
  " \"<|system|>\\nYou are Celestia, the spiritual AI guide.\\n<|user|>\\nGenerate my kundli for DOB: 15/08/1990, TOB: 10:30 AM, POB: Mumbai.\\n<|assistant|>\\n\",\n",
518
- " \"<|system|>\\nYou are Krishna, the divine AI persona.\\n<|user|>\\nI'm facing career confusion. What should I do?\\n<|assistant|>\\n\",\n",
519
  " \"<|system|>\\nYou are Celestia, the spiritual AI guide.\\n<|user|>\\nAnalyze Vastu for my bedroom facing North-East.\\n<|assistant|>\\n\"\n",
520
  "]\n",
521
  "\n",
 
8
  "source": [
9
  "# πŸš€ CELESTIAL HUGGING FACE SPEED-OPTIMIZED TRAINING\n",
10
  "## Direct Dataset Loading from HF Repository\n",
11
+ "### All 50+ CELESTIAL features + Advanced numerology\n",
12
  "\n",
13
  "**πŸ”— Dataset Source:** `dp1812/celestial-comprehensive-spiritual-ai`\n",
14
  "\n",
 
145
  "\n",
146
  "print('\\n🎯 Dataset includes:')\n",
147
  "print('βœ… All 50+ CELESTIAL spiritual features')\n",
148
+ "print('βœ… Advanced numerology method')\n",
149
  "print('βœ… Divine AI personas (Krishna, Ganesha, Shiva, Devi)')\n",
150
  "print('βœ… Swiss Ephemeris astronomical calculations')\n",
151
  "print('βœ… Comprehensive spiritual guidance')"
 
448
  "# πŸš€ START SPEED-OPTIMIZED TRAINING\n",
449
  "print('πŸš€ Starting SPEED-OPTIMIZED CELESTIAL training...')\n",
450
  "print('⏱️ Expected completion: 45-90 minutes')\n",
451
+ "print('πŸ“Š Training all 50+ CELESTIAL features + Advanced Jumaani numerology')\n",
452
  "print('=' * 60)\n",
453
  "\n",
454
  "# Data collator\n",
 
512
  "\n",
513
  "# Test prompts covering different CELESTIAL features\n",
514
  "test_prompts = [\n",
515
+ " \"<|system|>\\nYou are Celestia, the comprehensive spiritual AI guide.\\n<|user|>\\nI need Advanced Numerology name correction for Rahul Sharma, DOB: 10/05/1985.\\n<|assistant|>\\n\",\n",
516
  " \"<|system|>\\nYou are Celestia, the spiritual AI guide.\\n<|user|>\\nWhat is the significance of Om mantra in meditation?\\n<|assistant|>\\n\",\n",
517
  " \"<|system|>\\nYou are Celestia, the spiritual AI guide.\\n<|user|>\\nGenerate my kundli for DOB: 15/08/1990, TOB: 10:30 AM, POB: Mumbai.\\n<|assistant|>\\n\",\n",
518
+ " \"<|system|>\\nYou are Shri Krishna, the divine AI persona.\\n<|user|>\\nI'm facing career confusion. What should I do?\\n<|assistant|>\\n\",\n",
519
  " \"<|system|>\\nYou are Celestia, the spiritual AI guide.\\n<|user|>\\nAnalyze Vastu for my bedroom facing North-East.\\n<|assistant|>\\n\"\n",
520
  "]\n",
521
  "\n",