suriya7 commited on
Commit
a6799b8
·
verified ·
1 Parent(s): a8dd195

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -4,7 +4,7 @@ datasets:
4
  - Vezora/Tested-143k-Python-Alpaca
5
  language:
6
  - en
7
- pipeline_tag: text2text-generation
8
  tags:
9
  - code
10
  inference:
@@ -12,7 +12,10 @@ inference:
12
  max_new_tokens: 100
13
  do_sample: false
14
  pad_token_id: tokenizer.eos_token_id
15
-
16
  widget:
17
- - text: '<start_of_turn>user based on given instruction create a solution\n\nhere are the instruction Generate a Python program to reverse the order of words in a sentence but keep the order of the characters in each word the same.<end_of_turn>\n<start_of_turn>model'
 
 
 
 
18
  ---
 
4
  - Vezora/Tested-143k-Python-Alpaca
5
  language:
6
  - en
7
+ pipeline_tag: text-generation
8
  tags:
9
  - code
10
  inference:
 
12
  max_new_tokens: 100
13
  do_sample: false
14
  pad_token_id: tokenizer.eos_token_id
 
15
  widget:
16
+ - text: >-
17
+ <start_of_turn>user based on given instruction create a solution\n\nhere are
18
+ the instruction Generate a Python program to reverse the order of words in a
19
+ sentence but keep the order of the characters in each word the
20
+ same.<end_of_turn>\n<start_of_turn>model
21
  ---