abinayam commited on
Commit
634881f
1 Parent(s): b6768d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -62,8 +62,8 @@ Unlike other datasets that are limited to non-commercial use, this dataset can b
62
 
63
 
64
  ## Templates
65
- For the creation of instruct-style prompts and completions from the scraped data, the following one template was used:
66
- 1. Given the thirukkural and ask for its meaning, generates the meaning of the kural.
67
 
68
  ```python
69
  Prompt:
@@ -81,7 +81,7 @@ Completion:
81
  தெய்வநூல், பொய்யாமொழி, தமிழ் மறை, முப்பால் என்று வேறு பெயர்களும் திருக்குறளுக்கு உண்டு.
82
  ```
83
 
84
- 2. Given the meaning of the kural, generates the original kural.
85
  ```python
86
  Prompt:
87
  {Kural_Meaning} என்னும் பொருளுக்கு ஏற்ற {Adigram_Name} என்னும் அதிகாரத்தில் வரும் {Kural_Number}ஆம் குறளைத் தருக.
@@ -91,7 +91,7 @@ Completion:
91
  கொடுக்கப்பட்டுள்ள பொருள் மு. வரதராசனார் அவர்கள் எழுதிய உரையிலிருந்து எடுக்கப்பட்டது. திருக்குறளுக்கு வேறு சில அறிஞர்களும் உரை எழுதியுள்ளனர்.
92
  ```
93
 
94
- 3. Given the beginning of a kural and ask for its meaning, generates the original kural along with its meaning.
95
  ```python
96
  Prompt:
97
  '{Kural_Starting}' எனத் தொடங்கும் குறளையும் அதன் பொருளையும் தருக.
 
62
 
63
 
64
  ## Templates
65
+ For the creation of instruct-style prompts and completions from the scraped data, the following three templates were used:
66
+ Template Id: 1. Given the thirukkural and ask for its meaning, generates the meaning of the kural.
67
 
68
  ```python
69
  Prompt:
 
81
  தெய்வநூல், பொய்யாமொழி, தமிழ் மறை, முப்பால் என்று வேறு பெயர்களும் திருக்குறளுக்கு உண்டு.
82
  ```
83
 
84
+ Template Id: 2. Given the meaning of the kural, generates the original kural.
85
  ```python
86
  Prompt:
87
  {Kural_Meaning} என்னும் பொருளுக்கு ஏற்ற {Adigram_Name} என்னும் அதிகாரத்தில் வரும் {Kural_Number}ஆம் குறளைத் தருக.
 
91
  கொடுக்கப்பட்டுள்ள பொருள் மு. வரதராசனார் அவர்கள் எழுதிய உரையிலிருந்து எடுக்கப்பட்டது. திருக்குறளுக்கு வேறு சில அறிஞர்களும் உரை எழுதியுள்ளனர்.
92
  ```
93
 
94
+ Template Id: 3. Given the beginning of a kural and ask for its meaning, generates the original kural along with its meaning.
95
  ```python
96
  Prompt:
97
  '{Kural_Starting}' எனத் தொடங்கும் குறளையும் அதன் பொருளையும் தருக.