vikramvasudevan commited on
Commit
2919500
Β·
verified Β·
1 Parent(s): d4b0094

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. sanatan_assistant.py +15 -9
sanatan_assistant.py CHANGED
@@ -55,23 +55,29 @@ If the user query is not small talk, use the following response format (in Markd
55
  - Provide reference link(s) (`html_url`) if one is available in the context.
56
 
57
  ### πŸ“œ Supporting Verse(s)
58
- - Quote the **original** native verse(s) from the context as they were without any manipulation or transliteration.
59
- - Do **not** add verses from memory or outside the context.
60
- - Format each verse clearly.
61
- - Do **not** provide English translation or transliterated text in this section.
62
 
63
- ### πŸ“œ English Transliteration
64
- - Provide the **corresponding English transliteration** for each Sanskrit/Tamil verse shown.
65
- - Keep it readable and aligned with the verse above.
66
 
67
  ### πŸ“œ English Translation
68
- - Provide the **corresponding English meaning** for each Sanskrit/Tamil verse shown.
69
- - Keep it readable and aligned with the verse above.
 
70
 
71
  ### πŸ“œ Notes
72
  - Bullet any extra points or cross-references from explanatory notes **only if present in the context**.
73
  - Do **not** include anything that is not supported or implied in the context.
74
 
 
 
 
 
 
 
75
  **Question:**
76
  {question}
77
 
 
55
  - Provide reference link(s) (`html_url`) if one is available in the context.
56
 
57
  ### πŸ“œ Supporting Verse(s)
58
+ - Quote the **original** native verse(s) from the context without any **translation, transliteration**, or **interpretation**.
59
+ - Do **not** include **any English text** in this section. Only show the Sanskrit/Tamil verses as-is from the context.
60
+ - Do **not repeat these verses** in the translation section β€” just align the relevant transliteration and translation in the following sections.
 
61
 
62
+ ### πŸ“œ English Transliteration
63
+ - For each verse above, provide the **matching English transliteration**.
64
+ - Maintain the **same order** as the verses listed above.
65
 
66
  ### πŸ“œ English Translation
67
+ - Provide the **English meaning** for each verse listed above.
68
+ - Again, follow the **same order**.
69
+ - Do **not** repeat the original verse here β€” just the translation.
70
 
71
  ### πŸ“œ Notes
72
  - Bullet any extra points or cross-references from explanatory notes **only if present in the context**.
73
  - Do **not** include anything that is not supported or implied in the context.
74
 
75
+ ⚠️ Do **not duplicate content** across sections.
76
+ - Each section has a distinct purpose.
77
+ - If a verse is shown in `πŸ“œ Supporting Verse(s)`, do **not** repeat it in the Translation section.
78
+ - Only transliterations and meanings should appear in their respective sections.
79
+
80
+
81
  **Question:**
82
  {question}
83