Update README.md
Browse files
README.md
CHANGED
@@ -53,6 +53,8 @@ and is comparable with Mistral-7B-Instruct-v0.1 on MMLU and MT-Bench in English.
|
|
53 |
|
54 |
|
55 |
## Inference Performance
|
|
|
|
|
56 |
|
57 |
| Models | Speed (char/sec) |Estimated Max Input Length (TC Char)|
|
58 |
|--------------------------------------------------------------------|-------------------|--------------------------|
|
@@ -65,11 +67,6 @@ and is comparable with Mistral-7B-Instruct-v0.1 on MMLU and MT-Bench in English.
|
|
65 |
| Taiwan-LLM-7B-v2.1-base | 16.23 | 2.6k |
|
66 |
| Yi-34B | 15.18 | 4.4k |
|
67 |
|
68 |
-
\*Test Input: 201802最高法院民事裁判書(first 1500 characters)
|
69 |
-
\*Test Prompt: 請重新寫出這篇文章
|
70 |
-
\*Output Max Token: 1000 (For Qwen/Qwen-7B, max_new_tokens is set to 400.)
|
71 |
-
\*Using vllm, TP=2 on 2 A6000
|
72 |
-
|
73 |
|
74 |
## Chat Model Performance
|
75 |
|
|
|
53 |
|
54 |
|
55 |
## Inference Performance
|
56 |
+
In this test, we use the first 1500 characters of one of 201802最高法院民事裁判書 as input and ask the model to rewrite the article.
|
57 |
+
The max_new_tokens is set to 1000 (except Qwen/Qwen-7B, which is set to 400). All models were inferenced with `vllm` on 2 A6000 (TP=2 ).
|
58 |
|
59 |
| Models | Speed (char/sec) |Estimated Max Input Length (TC Char)|
|
60 |
|--------------------------------------------------------------------|-------------------|--------------------------|
|
|
|
67 |
| Taiwan-LLM-7B-v2.1-base | 16.23 | 2.6k |
|
68 |
| Yi-34B | 15.18 | 4.4k |
|
69 |
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
## Chat Model Performance
|
72 |
|