Update README.md
Browse files
README.md
CHANGED
@@ -92,6 +92,7 @@ output = llm(
|
|
92 |
print(output['choices'][0]['text'])
|
93 |
|
94 |
## Bias, Risks and Limitations
|
|
|
95 |
|
96 |
VolareQuantized and its original model have not been aligned to human preferences for safety within the RLHF phase or deployed with in-the-loop filtering of
|
97 |
responses like ChatGPT, so the model can produce problematic outputs (especially when prompted to do so). It is also unknown what the size and composition
|
|
|
92 |
print(output['choices'][0]['text'])
|
93 |
|
94 |
## Bias, Risks and Limitations
|
95 |
+
```
|
96 |
|
97 |
VolareQuantized and its original model have not been aligned to human preferences for safety within the RLHF phase or deployed with in-the-loop filtering of
|
98 |
responses like ChatGPT, so the model can produce problematic outputs (especially when prompted to do so). It is also unknown what the size and composition
|