mobicham commited on
Commit
da2fdae
1 Parent(s): 56085df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ pipeline_tag: text-generation
6
  ---
7
 
8
  ## Llama-2-7b-hf-4bit_g64-HQQ
9
- This a version of the LLama2-7B model quantized to 4-bit via Half-Quadratic Quantization (HQQ): https://mobiusml.github.io/hqq/
10
 
11
  To run the model, install the HQQ library from https://github.com/mobiusml/hqq/tree/main/code and use it as follows:
12
  ``` Python
 
6
  ---
7
 
8
  ## Llama-2-7b-hf-4bit_g64-HQQ
9
+ This is a version of the LLama-2-7B-hf model quantized to 4-bit via Half-Quadratic Quantization (HQQ): https://mobiusml.github.io/hqq/
10
 
11
  To run the model, install the HQQ library from https://github.com/mobiusml/hqq/tree/main/code and use it as follows:
12
  ``` Python