Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
---
|
2 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Model Card for Breeze-7B-Instruct-v0.1
|
@@ -122,11 +125,11 @@ All inferences run on 2 RTX A6000 GPUs (using `vllm`, with a tensor-parallel siz
|
|
122 |
|
123 |
## Long-context Performance
|
124 |
|
125 |
-
|
126 |
|
127 |
## Examples
|
128 |
|
129 |
-
|
130 |
|
131 |
## Use in Transformers
|
132 |
|
@@ -161,4 +164,4 @@ where `SYS_PROMPT`, `QUERY1`, `RESPONSE1`, and `QUERY2` can be provided by the u
|
|
161 |
The suggested default `SYS_PROMPT` is
|
162 |
```txt
|
163 |
You are a helpful AI assistant built by MediaTek Research. The user you are helping speaks Traditional Chinese and comes from Taiwan.
|
164 |
-
```
|
|
|
1 |
---
|
2 |
pipeline_tag: text-generation
|
3 |
+
license: apache-2.0
|
4 |
+
language:
|
5 |
+
- zh
|
6 |
---
|
7 |
|
8 |
# Model Card for Breeze-7B-Instruct-v0.1
|
|
|
125 |
|
126 |
## Long-context Performance
|
127 |
|
128 |
+
TBD
|
129 |
|
130 |
## Examples
|
131 |
|
132 |
+
TBD
|
133 |
|
134 |
## Use in Transformers
|
135 |
|
|
|
164 |
The suggested default `SYS_PROMPT` is
|
165 |
```txt
|
166 |
You are a helpful AI assistant built by MediaTek Research. The user you are helping speaks Traditional Chinese and comes from Taiwan.
|
167 |
+
```
|