donghyunli nielsr HF Staff commited on
Commit
4817c51
·
1 Parent(s): 28026e0

Add library_name metadata and clean up tags (#1)

Browse files

- Add library_name metadata and clean up tags (9cde392ad34c4f04a2d16fa4c92fa52f8b0c62bf)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -1,17 +1,18 @@
1
  ---
2
  base_model: meta-llama/Llama-2-13b-hf
3
- license: llama2
4
- tags:
5
- - arxiv:2607.07964
6
- - kronq
7
- - quantization
8
- - group-quantization
9
- - fake-quant
10
- - fp16
11
  language:
12
- - en
 
13
  pipeline_tag: text-generation
 
 
 
 
 
 
 
14
  ---
 
15
  # Llama-2-13b — KronQ W3A16 g128 (fake-quant fp16)
16
 
17
  **Paper:** [arXiv:2607.07964](https://arxiv.org/abs/2607.07964) · **Code:** [GitHub](https://github.com/Intelligent-Computing-Lab-Panda/KronQ)
@@ -47,4 +48,4 @@ Group-128 asymmetric W3, weight-only, `--alpha 0.25`, `--act_order`, BiIP, raw H
47
 
48
  ## License
49
 
50
- Derivative of Llama-2-13b — [llama2 license](https://ai.meta.com/llama/license/).
 
1
  ---
2
  base_model: meta-llama/Llama-2-13b-hf
 
 
 
 
 
 
 
 
3
  language:
4
+ - en
5
+ license: llama2
6
  pipeline_tag: text-generation
7
+ library_name: transformers
8
+ tags:
9
+ - kronq
10
+ - quantization
11
+ - group-quantization
12
+ - fake-quant
13
+ - fp16
14
  ---
15
+
16
  # Llama-2-13b — KronQ W3A16 g128 (fake-quant fp16)
17
 
18
  **Paper:** [arXiv:2607.07964](https://arxiv.org/abs/2607.07964) · **Code:** [GitHub](https://github.com/Intelligent-Computing-Lab-Panda/KronQ)
 
48
 
49
  ## License
50
 
51
+ Derivative of Llama-2-13b — [llama2 license](https://ai.meta.com/llama/license/).