File size: 996 Bytes
4a07240
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8a3fa2f
4a07240
395d639
4a07240
 
 
 
 
 
 
 
8a3fa2f
4a07240
8a3fa2f
4a07240
8a3fa2f
4a07240
8a3fa2f
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
language:
- en
- de
- fr
- es
- it
library_name: transformers
tags:
- merge
license: other
---
# miiqu-105b-v1.0

Developed by [Infinimol AI GmbH](https://www.infinimol.com/)

Also Available:
- GGUF: [Q4_K_M](https://huggingface.co/Infinimol/miiqu-gguf)
- EXL2: [5.0bpw](https://huggingface.co/Infinimol/miiqu-exl2)

8th place on [EQ-Bench](https://eqbench.com/), beating Qwen1.5-72B-Chat, miqudev/miqu-1-70b, mistral-medium and claude-3-sonnet-20240229. All without fine-tuning or additional training.

Thanks for support from: [turboderp](https://github.com/turboderp), [silphendio](https://github.com/silphendio), [sqrkl](https://github.com/sqrkl), and [ngxson](https://github.com/ngxson)!

## Model Details

- Max Context: 32768 tokens
- Layers: 105

### Prompt template: ChatML or Mistral

chatml:
```
<|im_start|><|user|>\n<|user-message|><|im_end|>\n<|im_start|><|bot|>\n<|bot-message|><|im_end|>\n
```

mistral:
```
[INST] <|user|><|user-message|>[/INST]<|bot|><|bot-message|></s>
```