AhmadMustafa commited on
Commit
13df7de
1 Parent(s): f886504

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -35,14 +35,20 @@ Generate the News Headline from the given News.
35
  - test: 11187
36
 
37
  ## Prompt Template (In Urdu):
 
38
  ```
39
- دیے گے جملوں کو ایک جملے میں خلاصہ بیان کریں.
40
- {}
 
 
 
41
  ```
42
  <b>Translation</b>:
43
  ```
44
- Summarize the given sentences into 1 sentence
45
- {}
 
 
46
  ```
47
  ## Completion Template (In Urdu)
48
  ```
@@ -52,4 +58,5 @@ Summarize the given sentences into 1 sentence
52
  <b>Translation</b>:
53
  ```
54
  Sure, here is the summary of the given sentences
 
55
  ```
 
35
  - test: 11187
36
 
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
  ```
 
58
  <b>Translation</b>:
59
  ```
60
  Sure, here is the summary of the given sentences
61
+ {}
62
  ```