Commit
·
1c48e15
1
Parent(s):
6cffa6c
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- Transport
|
8 |
+
- Viusal-Language-Model
|
9 |
+
- visualGLM
|
10 |
+
- pytorch
|
11 |
---
|
12 |
+
# TransGPT-MM-6B
|
13 |
+
交通大模型v1版本,保持专业性的前提下提高了通用性。
|
14 |
+
## 训练推理
|
15 |
+
详见 https://github.com/DUOMO/TransGPT/tree/main/multi_modal
|
16 |
+
|
17 |
+
|
18 |
+
## 示例
|
19 |
+
![example](example_jd4.png)
|
20 |
+
![example](example_bz4.png)
|
21 |
+
![example](example_tk4.png)
|
22 |
+
![example](example_tk2.png)
|
23 |
+
![example](example_tk3.png)
|
24 |
+
|
25 |
+
## 数据
|
26 |
+
TODO:released in future
|
27 |
+
|
28 |
+
## Citation
|
29 |
+
|
30 |
+
```latex
|
31 |
+
@software{TransGPT,
|
32 |
+
author = {Xiang Wei},
|
33 |
+
title = {DUOMO/TransGPT},
|
34 |
+
year = {2023},
|
35 |
+
url = {https://github.com/DUOMO/TransGPT},
|
36 |
+
}
|
37 |
+
```
|