Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
csv
Sub-tasks:
language-modeling
Languages:
Telugu
Size:
< 1K
License:
SuryaKrishna02
commited on
Commit
•
9c90c4d
1
Parent(s):
9b75ca4
Update README.md
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ Telugu is a low-resource language where there no food recipes instruct-style dat
|
|
64 |
- Next, performed some pre-processing of the data like removing unwanted characters, extracting ingredients and cooking instructions seperately from the scraped data. Finally, converted the scraped data into Instruct-style prompts and completions.
|
65 |
|
66 |
## Templates
|
67 |
-
For the creation of instruct-style prompts and completions from the scraped data, the following
|
68 |
1. Given the name of the food item, generates the detailed recipe along with the ingredients.
|
69 |
```python
|
70 |
Prompt:
|
|
|
64 |
- Next, performed some pre-processing of the data like removing unwanted characters, extracting ingredients and cooking instructions seperately from the scraped data. Finally, converted the scraped data into Instruct-style prompts and completions.
|
65 |
|
66 |
## Templates
|
67 |
+
For the creation of instruct-style prompts and completions from the scraped data, the following one template was used:
|
68 |
1. Given the name of the food item, generates the detailed recipe along with the ingredients.
|
69 |
```python
|
70 |
Prompt:
|