File size: 724 Bytes
f1c04be c7f1973 f1c04be c7f1973 f1c04be c7f1973 |
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 |
---
base_model: NousResearch/Nous-Hermes-2-Mistral-7B-DPO
tags:
- Mistral
- instruct
- finetune
- chatml
- DPO
- RLHF
- gpt4
- synthetic data
- distillation
- awq
model-index:
- name: Nous-Hermes-2-Mistral-7B-DPO
results: []
license: apache-2.0
language:
- en
datasets:
- teknium/OpenHermes-2.5
---
# Nous Hermes 2 - Mistral 7B - DPO - AWQ
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6317aade83d8d2fd903192d9/PDleZIZK3vE3ATfXRRySv.png)
## Model Description
This repo contains the AWQ quantized version of the `Nous Hermes 2 - Mistral 7B - DPO` model.
It was quantized with AutoAWQ using the following settings:
```json
{"zero_point": True, "q_group_size": 128, "w_bit": 4, "version": "GEMM"}
```
|