zyanzhe commited on
Commit
bda4d53
1 Parent(s): 6b39f13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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.