Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- HuggingFaceM4/WebSight
|
5 |
---
|
6 |
+
|
7 |
+
The model is [CogAgent-chat-18B](https://huggingface.co/THUDM/CogAgent) finetuned on 160K WebSight examples.
|
8 |
+
|
9 |
+
The model is in the format of [SAT (SwissArmyTransformer)](https://github.com/THUDM/SwissArmyTransformer/).
|
10 |
+
|
11 |
+
Please refer to [our codebase](https://github.com/NoviScl/Design2Code/tree/main/CogVLM) to run inference.
|