abinayam commited on
Commit
83e6128
1 Parent(s): 6868b4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -75,7 +75,8 @@ The scripts used for scraping and cleaning the data can be found here:
75
 
76
  ## Templates
77
  For the creation of instruct-style prompts and completions from the scraped data, the following templates were used:
78
- 1. Given the story, generate the appropriate title for the story.
 
79
 
80
  ```python
81
  Prompt:
@@ -86,7 +87,7 @@ Completion:
86
  கொடுக்கப்பட்டுள்ள கதைக்குப் பொருத்தமான தலைப்பு '{Title}' என்பதாகும்.
87
  ```
88
 
89
- 2. Given some prominent characters/words from the story along with the title, generate the complete story.
90
  ```python
91
  Prompt:
92
  கீழே கொடுக்கப்பட்டுள்ள வார்த்தைகளையும் தலைப்பையும் பயன்படுத்தி சிறு கதை எழுதுக.
 
75
 
76
  ## Templates
77
  For the creation of instruct-style prompts and completions from the scraped data, the following templates were used:
78
+
79
+ Template Id: 1. Given the story, generate the appropriate title for the story.
80
 
81
  ```python
82
  Prompt:
 
87
  கொடுக்கப்பட்டுள்ள கதைக்குப் பொருத்தமான தலைப்பு '{Title}' என்பதாகும்.
88
  ```
89
 
90
+ Template Id: 2. Given some prominent characters/words from the story along with the title, generate the complete story.
91
  ```python
92
  Prompt:
93
  கீழே கொடுக்கப்பட்டுள்ள வார்த்தைகளையும் தலைப்பையும் பயன்படுத்தி சிறு கதை எழுதுக.