Honkware commited on
Commit
2dcb77a
1 Parent(s): 3733354

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
  license: other
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
  ---
4
+ # Manticore-13b-Landmark-GPTQ
5
+
6
+ ## Key Features
7
+ - **[Landmark Attention](https://arxiv.org/pdf/2305.16300v1.pdf)**
8
+ - **[Large Context Size (~18k)](https://i.ibb.co/tLLGLNc/image.jpg)**
9
+ - **[4-Bit Quantization](https://arxiv.org/pdf/2210.17323.pdf)**
10
+ ## Composition
11
+ Manticore-13b-Landmark-GPTQ is a blend of:
12
+ - [Manticore-13B](https://huggingface.co/openaccess-ai-collective/manticore-13b)
13
+ - [Manticore-13B-Landmark-QLoRA](https://huggingface.co/Honkware/Manticore-13b-Landmark-QLoRA)
14
+ - [AutoGPTQ](https://github.com/PanQiWei/AutoGPTQ)
15
+ ## Training Code
16
+ See [GitHub](https://github.com/eugenepentland/landmark-attention-qlora) for the training code.