kirankunapuli commited on
Commit
f994de4
1 Parent(s): 119bfb9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -48,8 +48,8 @@ pipeline_tag: text-generation
48
  inputs = tokenizer(
49
  [
50
  alpaca_prompt.format(
51
- "ऐतिहासिक स्मारक India Gate कहाँ स्थित है?", # instruction
52
- "", # input
53
  "", # output - leave this blank for generation!
54
  )
55
  ], return_tensors = "pt").to(device)
@@ -61,8 +61,8 @@ pipeline_tag: text-generation
61
  inputs = tokenizer(
62
  [
63
  alpaca_prompt.format(
64
- "ऐतिहासिक स्मारक इंडिया गेट कहाँ स्थित है? मुझे अंग्रेजी में बताओ", # instruction
65
- "", # input
66
  "", # output - leave this blank for generation!
67
  )
68
  ], return_tensors = "pt").to(device)
 
48
  inputs = tokenizer(
49
  [
50
  alpaca_prompt.format(
51
+ "Please answer the following sentence as requested", # instruction
52
+ "ऐतिहासिक स्मारक India Gate कहाँ स्थित है?", # input
53
  "", # output - leave this blank for generation!
54
  )
55
  ], return_tensors = "pt").to(device)
 
61
  inputs = tokenizer(
62
  [
63
  alpaca_prompt.format(
64
+ "Please answer the following sentence as requested", # instruction
65
+ "ऐतिहासिक स्मारक इंडिया गेट कहाँ स्थित है? मुझे अंग्रेजी में बताओ", # input
66
  "", # output - leave this blank for generation!
67
  )
68
  ], return_tensors = "pt").to(device)