suronek commited on
Commit
efe21dd
·
verified ·
1 Parent(s): 0b192f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -29,7 +29,7 @@ prompt_input = (
29
  "### Instruction:\n\n{instruction}\n\n### Response:\n\n"
30
  )
31
 
32
- raw_input_text = "Доруобай буолар кына үс сүбэни биэр.?"
33
  promnt = generate_prompt(instruction=raw_input_text)
34
  outputs = pipe(promnt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
35
  print(outputs[0]["generated_text"])
@@ -38,7 +38,7 @@ Below is an instruction that describes a task. Write a response that appropriate
38
 
39
  ### Instruction:
40
 
41
- Доруобай буолар кына үс сүбэни биэр.?
42
 
43
  ### Response:
44
 
 
29
  "### Instruction:\n\n{instruction}\n\n### Response:\n\n"
30
  )
31
 
32
+ raw_input_text = "Доруобай буолар кына үс сүбэни биэр"
33
  promnt = generate_prompt(instruction=raw_input_text)
34
  outputs = pipe(promnt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
35
  print(outputs[0]["generated_text"])
 
38
 
39
  ### Instruction:
40
 
41
+ Доруобай буолар кына үс сүбэни биэр
42
 
43
  ### Response:
44