Ian Kennedy nielsr HF Staff commited on
Commit
672337c
·
1 Parent(s): ad302dc

Add pipeline tag and update library name (#1)

Browse files

- Add pipeline tag and update library name (c816186a3eadbfec103e8585fae31e737286b80c)


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

Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,14 +1,15 @@
1
  ---
 
2
  language:
3
  - en
 
4
  license: llama3.1
 
5
  tags:
6
  - quantization
7
  - aqlm
8
  - 2-bit
9
  - llm-compression
10
- base_model: meta-llama/Llama-3.1-8B
11
- library_name: aqlm
12
  ---
13
 
14
  # Llama-3.1-8B-AQLM-OA-EM-2Bit-2x8
@@ -92,4 +93,4 @@ Ian W. Kennedy and Nafise Sadat Moosavi, University of Sheffield
92
  journal={arXiv preprint arXiv:2604.08118},
93
  year={2026}
94
  }
95
- ```
 
1
  ---
2
+ base_model: meta-llama/Llama-3.1-8B
3
  language:
4
  - en
5
+ library_name: transformers
6
  license: llama3.1
7
+ pipeline_tag: text-generation
8
  tags:
9
  - quantization
10
  - aqlm
11
  - 2-bit
12
  - llm-compression
 
 
13
  ---
14
 
15
  # Llama-3.1-8B-AQLM-OA-EM-2Bit-2x8
 
93
  journal={arXiv preprint arXiv:2604.08118},
94
  year={2026}
95
  }
96
+ ```