Add GGQuanta organization card
Browse files- README.md +27 -4
- index.html +10 -18
README.md
CHANGED
|
@@ -1,10 +1,33 @@
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
+
emoji: ⚛️
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: yellow
|
| 6 |
sdk: static
|
| 7 |
+
app_file: index.html
|
| 8 |
pinned: false
|
| 9 |
---
|
| 10 |
|
| 11 |
+
<p>
|
| 12 |
+
<b>GGQuanta(国光量子)</b> / 北京中科国光量子科技有限公司<br/>
|
| 13 |
+
出品 <b>玄幂 Xenomi</b> 系列模型:面向量子计算与科研场景的中文 / 英文 GGUF。
|
| 14 |
+
</p>
|
| 15 |
+
|
| 16 |
+
<p>
|
| 17 |
+
基座为 <a href="https://huggingface.co/Qwen/Qwen3.5-4B">Qwen3.5</a>(Apache 2.0)。
|
| 18 |
+
相对基座的准确率来自垂类数据与 LoRA / SFT,<b>不</b>归因于量子硬件或「量子优越性」。
|
| 19 |
+
</p>
|
| 20 |
+
|
| 21 |
+
<p>
|
| 22 |
+
<b>模型</b><br/>
|
| 23 |
+
<a href="https://huggingface.co/GGQuanta/Xenomi-nano">Xenomi-nano</a> · 0.8B 端侧档(路由、术语、关键词、短文本)<br/>
|
| 24 |
+
<a href="https://huggingface.co/GGQuanta/Xenomi-mini">Xenomi-mini</a> · 4B 桌面档(对话、科研摘要 / 科普、内容风险与判断)
|
| 25 |
+
</p>
|
| 26 |
+
|
| 27 |
+
<p>
|
| 28 |
+
推荐用 llama.cpp:<code>llama-cli -hf GGQuanta/Xenomi-mini:Q4_K_M -cnv --jinja --reasoning off</code>
|
| 29 |
+
</p>
|
| 30 |
+
|
| 31 |
+
<p>
|
| 32 |
+
网站:<a href="https://ggquanta.com">ggquanta.com</a>
|
| 33 |
+
</p>
|
index.html
CHANGED
|
@@ -1,19 +1,11 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
<h1>Welcome to your static Space!</h1>
|
| 12 |
-
<p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
|
| 13 |
-
<p>
|
| 14 |
-
Also don't forget to check the
|
| 15 |
-
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
| 16 |
-
</p>
|
| 17 |
-
</div>
|
| 18 |
-
</body>
|
| 19 |
</html>
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="zh-CN">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="utf-8" />
|
| 5 |
+
<meta http-equiv="refresh" content="0; url=https://huggingface.co/GGQuanta" />
|
| 6 |
+
<title>GGQuanta</title>
|
| 7 |
+
</head>
|
| 8 |
+
<body>
|
| 9 |
+
<p><a href="https://huggingface.co/GGQuanta">GGQuanta organization</a></p>
|
| 10 |
+
</body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
</html>
|