tassadar667
commited on
Commit
·
6029740
1
Parent(s):
6672870
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,19 @@ tags:
|
|
7 |
- chatglm
|
8 |
- thudm
|
9 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
# ChatGLM-6B
|
11 |
<p align="center">
|
12 |
🌐 <a href="https://chatglm.cn/blog" target="_blank">Blog</a> • 💻 <a href="https://github.com/THUDM/ChatGLM-6B" target="_blank">Github Repo</a> • 🐦 <a href="https://twitter.com/thukeg" target="_blank">Twitter</a> • 📃 <a href="https://arxiv.org/abs/2103.10360" target="_blank">[GLM@ACL 22]</a> <a href="https://github.com/THUDM/GLM" target="_blank">[GitHub]</a> • 📃 <a href="https://arxiv.org/abs/2210.02414" target="_blank">[GLM-130B@ICLR 23]</a> <a href="https://github.com/THUDM/GLM-130B" target="_blank">[GitHub]</a> <br>
|
|
|
7 |
- chatglm
|
8 |
- thudm
|
9 |
---
|
10 |
+
|
11 |
+
# ChatGLM-6B-Legal
|
12 |
+
|
13 |
+
## 介绍
|
14 |
+
|
15 |
+
ChatGLM-6B-Legal是一个在ChatGLM-6B上进行了参数微调的模型,主要关注于法律判据的预测方面。
|
16 |
+
|
17 |
+
|
18 |
+
## 使用方法
|
19 |
+
|
20 |
+
首先需要下载ChatGLM-6B模型,再下载本模型中的model_1和model_2,运行法律判决jupyter文件。需要修改文件中模型、config等目录。
|
21 |
+
依赖环境与ChatGLM-6B相同。
|
22 |
+
|
23 |
# ChatGLM-6B
|
24 |
<p align="center">
|
25 |
🌐 <a href="https://chatglm.cn/blog" target="_blank">Blog</a> • 💻 <a href="https://github.com/THUDM/ChatGLM-6B" target="_blank">Github Repo</a> • 🐦 <a href="https://twitter.com/thukeg" target="_blank">Twitter</a> • 📃 <a href="https://arxiv.org/abs/2103.10360" target="_blank">[GLM@ACL 22]</a> <a href="https://github.com/THUDM/GLM" target="_blank">[GitHub]</a> • 📃 <a href="https://arxiv.org/abs/2210.02414" target="_blank">[GLM-130B@ICLR 23]</a> <a href="https://github.com/THUDM/GLM-130B" target="_blank">[GitHub]</a> <br>
|