Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: text-generation
|
3 |
+
license: apache-2.0
|
4 |
+
language:
|
5 |
+
- zh
|
6 |
+
- en
|
7 |
+
---
|
8 |
+
|
9 |
+
# Model Card for Breeze-7B-Instruct-64k-v0_1 with ExLlamaV2 Quantization
|
10 |
+
Original model 原始模型: https://huggingface.co/MediaTek-Research/Breeze-7B-Instruct-64k-v0_1
|
11 |
+
|
12 |
+
This is a quantizated model from [MediaTek-Research/Breeze-7B-Instruct-64k-v0_1](https://huggingface.co/MediaTek-Research/Breeze-7B-Instruct-64k-v0_1) in exl2 format.
|
13 |
+
|
14 |
+
You are currently at the [main](/kennylam/Breeze-7B-Instruct-64k-v0_1-exl2/tree/main) branch, which provides only [measurement.json](measurement.json) used in the ExLlamaV2 quantization. Please take a look of your choices in following table of branches.
|
15 |
+
|
16 |
+
這裡是main branch, 只提供EvLlamaV2量化時所用到的[measurement.json](measurement.json)檔案。
|
17 |
+
|
18 |
+
|
19 |
+
## Citation
|
20 |
+
|
21 |
+
```
|
22 |
+
@article{breeze7b2024,
|
23 |
+
title={},
|
24 |
+
author={},
|
25 |
+
journal={arXiv},
|
26 |
+
year={2024}
|
27 |
+
}
|
28 |
+
```
|