Views
No views yet
trust_remote_code=True when loading the model, for example1model = AutoModelForCausalLM.from_pretrained("NousResearch/Yarn-Mistral-7b-64k",
2 use_flash_attention_2=True,
3 torch_dtype=torch.bfloat16,
4 device_map="auto",
5 trust_remote_code=True)transformers (until 4.35 comes out)pip install git+https://github.com/huggingface/transformers| Model | Context Window | 8k PPL | 16k PPL | 32k PPL | 64k PPL | 128k PPL |
|---|---|---|---|---|---|---|
| Mistral-7B-v0.1 | 8k | 2.96 | - | - | - | - |
| Yarn-Mistral-7b-64k | 64k | 3.04 | 2.65 | 2.44 | 2.20 | - |
| Yarn-Mistral-7b-128k | 128k | 3.08 | 2.68 | 2.47 | 2.24 | 2.19 |
| Model | Context Window | ARC-c | Hellaswag | MMLU | Truthful QA |
|---|---|---|---|---|---|
| Mistral-7B-v0.1 | 8k | 59.98 | 83.31 | 64.16 | 42.15 |
| Yarn-Mistral-7b-64k | 64k | 59.38 | 81.21 | 61.32 | 42.50 |
| Yarn-Mistral-7b-128k | 128k | 58.87 | 80.58 | 60.64 | 42.46 |