Update README.md
Browse files
README.md
CHANGED
@@ -97,6 +97,10 @@ outputs = pipeline(prompt, max_new_tokens=1024, do_sample=True, temperature=0.5,
|
|
97 |
print (outputs[0]["generated_text"].split("[/INST]")[1].strip())
|
98 |
```
|
99 |
|
|
|
|
|
|
|
|
|
100 |
## Bias, Risks, and Limitations
|
101 |
|
102 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
|
|
97 |
print (outputs[0]["generated_text"].split("[/INST]")[1].strip())
|
98 |
```
|
99 |
|
100 |
+
# Quantized Models:
|
101 |
+
|
102 |
+
GGUF: https://huggingface.co/Commencis/Commencis-LLM-GGUF
|
103 |
+
|
104 |
## Bias, Risks, and Limitations
|
105 |
|
106 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|