yunusonur commited on
Commit
164721c
1 Parent(s): fc4354e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
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. -->