alonzogarbanzo
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ prompts = [
|
|
39 |
]
|
40 |
```
|
41 |
|
42 |
-
Each example is concatenated with the prompt,
|
43 |
|
44 |
``` python
|
45 |
# Concatenate the selected prompt, text, pronoun, quote, options, and the correct option into a single string
|
|
|
39 |
]
|
40 |
```
|
41 |
|
42 |
+
Each example is concatenated with the prompt, text, pronoun, quote, options and correct option like so:
|
43 |
|
44 |
``` python
|
45 |
# Concatenate the selected prompt, text, pronoun, quote, options, and the correct option into a single string
|