poisson-fish
commited on
Commit
•
6a87093
1
Parent(s):
2f7e823
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This is [AIDC-ai-business/Marcoroni-70B-v1](https://huggingface.co/AIDC-ai-business/Marcoroni-70B-v1) quantized to 4bit AWQ with the following config:
|
2 |
+
```bash
|
3 |
+
python3 -m lmdeploy.lite.apis.auto_awq \
|
4 |
+
--model ./Marcoroni-70B-v1 \
|
5 |
+
--w_bits 4 \
|
6 |
+
--w_group_size 32 \
|
7 |
+
--work_dir ./quant
|
8 |
+
```
|
9 |
+
# Original Model Card:
|
10 |
+
|
11 |
+
# Marcoroni-70B
|
12 |
+
|
13 |
+
# Model Details
|
14 |
+
* **Trained by**: trained by AIDC AI-Business.
|
15 |
+
* **Model type:** **Marcoroni-70B** is an auto-regressive language model based on the Llama 2 transformer architecture.
|
16 |
+
* **Language(s)**: English
|
17 |
+
* **License for Marcoroni-70B base weights**: Non-Commercial Creative Commons license ([CC BY-NC-4.0](https://creativecommons.org/licenses/by-nc/4.0/))
|
18 |
+
|
19 |
+
|
20 |
+
# Prompting
|
21 |
+
|
22 |
+
## Prompt Template for alpaca style
|
23 |
+
|
24 |
+
```
|
25 |
+
### Instruction:
|
26 |
+
|
27 |
+
<prompt> (without the <>)
|
28 |
+
|
29 |
+
### Response:
|
30 |
+
```
|