chrisociepa commited on
Commit
6c7ff71
1 Parent(s): daacd76

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -61,7 +61,7 @@ In order to leverage instruction fine-tuning, your prompt should be surrounded b
61
  E.g.
62
  ```
63
  prompt = "<s>[INST] Jakie mamy pory roku? [/INST]"
64
- completion = "W polsce mamy 4 pory roku: wiosna, lato, jesień i zima.</s>"
65
  ```
66
 
67
  ### Quickstart
@@ -98,7 +98,7 @@ for seq in sequences:
98
  print(f"Result: {seq['generated_text']}")
99
  ```
100
  Generated output:
101
- > <s>[INST] Jakie mamy pory roku? [/INST] W polsce mamy 4 pory roku: wiosna, lato, jesień i zima.</s>
102
 
103
  ## Limitations and Biases
104
 
 
61
  E.g.
62
  ```
63
  prompt = "<s>[INST] Jakie mamy pory roku? [/INST]"
64
+ completion = "W Polsce mamy 4 pory roku: wiosna, lato, jesień i zima.</s>"
65
  ```
66
 
67
  ### Quickstart
 
98
  print(f"Result: {seq['generated_text']}")
99
  ```
100
  Generated output:
101
+ `<s>[INST] Jakie mamy pory roku? [/INST] W Polsce mamy 4 pory roku: wiosna, lato, jesień i zima.</s>`
102
 
103
  ## Limitations and Biases
104