yentinglin
commited on
Commit
•
94c21fd
1
Parent(s):
a8169b8
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
# For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
|
4 |
+
# Doc / guide: https://huggingface.co/docs/hub/model-cards
|
5 |
+
license: apache-2.0
|
6 |
+
language:
|
7 |
+
- zh
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
A chat between a curious user and an artificial intelligence assistant.
|
11 |
+
The assistant gives helpful, detailed, and polite answers to the user's
|
12 |
+
questions. USER: 你好,請問你可以幫我寫一封推薦信嗎? ASSISTANT:
|
13 |
+
library_name: transformers
|
14 |
+
pipeline_tag: text-generation
|
15 |
+
extra_gated_heading: Acknowledge license to accept the repository.
|
16 |
+
extra_gated_prompt: Please contact the author for access.
|
17 |
+
extra_gated_button_content: Acknowledge license 同意以上內容
|
18 |
+
extra_gated_fields:
|
19 |
+
Name: text
|
20 |
+
Mail: text
|
21 |
+
Organization: text
|
22 |
+
Country: text
|
23 |
+
Any utilization of the Taiwan LLM repository mandates the explicit acknowledgment and attribution to the original author: checkbox
|
24 |
+
使用Taiwan LLM必須明確地承認和歸功於原始作者: checkbox
|
25 |
+
---
|
26 |
+
|
27 |
+
# Taiwan LLM based on LLaMa2-13b
|
28 |
+
|
29 |
+
continue pretraining on 20 billion tokens in traditional Mandarin and instruction fine-tuning on millions of conversations.
|
30 |
+
|
31 |
+
This version does NOT include CommonCrawl.
|
32 |
+
|
33 |
+
# 🌟 Checkout New [Taiwan-LLM Demo Chat-UI](http://www.twllm.com) 🌟
|