AhmadMustafa commited on
Commit
e4c2d11
1 Parent(s): 91bdc49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -37,26 +37,26 @@ Generate the News Headline from the given News.
37
  ## Prompt Template (In Urdu):
38
  Random.choice b.w these 2
39
  ```
40
- ["اس اردو پیراگراف (خبروں) کو ایک جملے میں خلاصہ بیان کریں
41
  پیراگراف: {}",
42
- "دیے گے جملوں کو ایک جملے میں خلاصہ بیان کریں.
43
  جملے: {}"
44
  ]
45
  ```
46
  <b>Translation</b>:
47
  ```
48
- 1. Tell the summary of the given paragraph in 1 sentence
49
  paragraph: {}
50
- 2. Summarize the given sentences into 1 sentence
51
  sentences: {}
52
  ```
53
  ## Completion Template (In Urdu)
54
  ```
55
- جی ضرور، یہ رہا آپ کے پیراگراف کا خلاصہ ایک جملہ میں:
56
  {}
57
  ```
58
  <b>Translation</b>:
59
  ```
60
- Sure, here is the summary of the given sentences
61
  {}
62
  ```
 
37
  ## Prompt Template (In Urdu):
38
  Random.choice b.w these 2
39
  ```
40
+ ["اس اردو پیراگراف (خبروں) کا عنوان تجویز کریں
41
  پیراگراف: {}",
42
+ "دیے گے خبروں کا عنوان تجویز کریں.
43
  جملے: {}"
44
  ]
45
  ```
46
  <b>Translation</b>:
47
  ```
48
+ 1. Write a title for the following news article:
49
  paragraph: {}
50
+ 2. Suggest the title of the given the sentences
51
  sentences: {}
52
  ```
53
  ## Completion Template (In Urdu)
54
  ```
55
+ جی ضرور، یہ رہا آپ کے پیراگراف کا عنوان:
56
  {}
57
  ```
58
  <b>Translation</b>:
59
  ```
60
+ Sure, here is the title of the given article
61
  {}
62
  ```