Spaces:
Running
Running
update readme
Browse filesSigned-off-by: Zhang Jun <jzhang533@gmail.com>
README.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
|
|
|
| 3 |
|
| 4 |
# DeepSite v2 π
|
| 5 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: DeepSite Using ERNIE4.5
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: purple
|
| 6 |
+
pinned: false
|
| 7 |
+
sdk: docker
|
| 8 |
+
app_port: 3000
|
| 9 |
+
license: apache-2.0
|
| 10 |
+
short_description: Vibe coding using ERNIE4.5 models
|
| 11 |
+
models:
|
| 12 |
+
- baidu/ERNIE-4.5-21B-A3B-Thinking
|
| 13 |
+
---
|
| 14 |
|
| 15 |
+
This is adapted for using ERNIE4.5 models from [deepsite-locally](https://github.com/MartinsMessias/deepsite-locally)
|
| 16 |
|
| 17 |
# DeepSite v2 π
|
| 18 |
|