File size: 874 Bytes
e74089c
 
 
 
 
 
 
70eb057
6a87093
 
 
 
ad750e1
6a87093
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
tags:
- lmdeploy
- awq
- marcoroni
- 70b
---
This is [AIDC-ai-business/Marcoroni-70B-v1](https://huggingface.co/AIDC-ai-business/Marcoroni-70B-v1) quantized to LMDeploy 4bit AWQ with the following config:
```bash
python3 -m lmdeploy.lite.apis.auto_awq \
  --model ./Marcoroni-70B-v1 \
  --w_bits 4 \
  --w_group_size 128 \
  --work_dir ./quant
```
# Original Model Card:

# Marcoroni-70B

# Model Details
* **Trained by**: trained by AIDC AI-Business.
* **Model type:**  **Marcoroni-70B** is an auto-regressive language model based on the Llama 2 transformer architecture.
* **Language(s)**: English
* **License for Marcoroni-70B base weights**: Non-Commercial Creative Commons license ([CC BY-NC-4.0](https://creativecommons.org/licenses/by-nc/4.0/))


# Prompting

## Prompt Template for alpaca style

```
### Instruction:

<prompt> (without the <>)

### Response:
```