gavin0113 commited on
Commit
a3b5704
·
verified ·
1 Parent(s): cedfed4

Update static space homepage

Browse files
Files changed (1) hide show
  1. index.html +125 -17
index.html CHANGED
@@ -1,19 +1,127 @@
1
  <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
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-Hant">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <title>BluePlanetAI</title>
7
+ <link rel="stylesheet" href="./style.css" />
8
+ </head>
9
+ <body>
10
+ <main class="page">
11
+ <section class="hero">
12
+ <div class="hero__layout">
13
+ <div class="hero__content">
14
+ <div class="hero__eyebrow">BluePlanetAI</div>
15
+ <h1>AI for Traditional Chinese text, retrieval, and knowledge workflows</h1>
16
+ <p class="hero__lead">
17
+ BluePlanetAI is the Hugging Face organization for BluePlanet Inc., focused on text mining,
18
+ semantic retrieval, generative AI integration, and practical knowledge applications in Traditional Chinese.
19
+ </p>
20
+ <div class="hero__actions">
21
+ <a href="https://www.blueplanet.com.tw/" target="_blank" rel="noreferrer">Official Website</a>
22
+ <a href="https://huggingface.co/BluePlanetAI/models" target="_blank" rel="noreferrer">Browse Models</a>
23
+ </div>
24
+ </div>
25
+ <aside class="hero__aside">
26
+ <div class="hero__aside-label">At A Glance</div>
27
+ <ul class="hero__aside-list">
28
+ <li>Traditional Chinese AI focus</li>
29
+ <li>Semantic retrieval and text mining</li>
30
+ <li>Practical model releases with clear usage notes</li>
31
+ </ul>
32
+ </aside>
33
+ </div>
34
+ </section>
35
+
36
+ <section class="grid grid--two">
37
+ <article class="panel">
38
+ <h2>關於藍星球</h2>
39
+ <p>
40
+ 藍星球資訊專注於人工智慧、文字探勘、語意分析與資料治理,致力於把複雜資訊轉化為可落地的決策支援能力。
41
+ </p>
42
+ <ul>
43
+ <li>AI 人工智慧與文字探勘</li>
44
+ <li>語意檢索、資訊萃取與知識應用</li>
45
+ <li>生成式 AI 解決方案</li>
46
+ <li>開放資料整合與資料治理</li>
47
+ </ul>
48
+ </article>
49
+
50
+ <article class="panel panel--accent">
51
+ <h2>Background</h2>
52
+ <p>
53
+ Based on public information from BluePlanet's official website, the company combines AI, text-centric information processing,
54
+ and production-oriented solution design for enterprise and knowledge-intensive workflows.
55
+ </p>
56
+ <ul>
57
+ <li>Traditional Chinese language AI focus</li>
58
+ <li>Text mining and semantic retrieval</li>
59
+ <li>Knowledge-oriented AI systems</li>
60
+ <li>Deployment-minded documentation and release practices</li>
61
+ </ul>
62
+ </article>
63
+ </section>
64
+
65
+ <section class="metrics">
66
+ <div class="metric">
67
+ <span class="metric__value">2</span>
68
+ <span class="metric__label">Public BPVELA model lines</span>
69
+ </div>
70
+ <div class="metric">
71
+ <span class="metric__value">zh-Hant</span>
72
+ <span class="metric__label">Primary language focus</span>
73
+ </div>
74
+ <div class="metric">
75
+ <span class="metric__value">RAG</span>
76
+ <span class="metric__label">Retrieval-first application focus</span>
77
+ </div>
78
+ </section>
79
+
80
+ <section class="panel">
81
+ <h2>Featured Releases</h2>
82
+ <div class="cards">
83
+ <a class="card" href="https://huggingface.co/BluePlanetAI/BPVELA-E560M" target="_blank" rel="noreferrer">
84
+ <span class="card__tag">Accuracy-first</span>
85
+ <h3>BPVELA-E560M</h3>
86
+ <p>Traditional Chinese embedding and retrieval line built on multilingual-e5-large.</p>
87
+ </a>
88
+ <a class="card" href="https://huggingface.co/BluePlanetAI/BPVELA-G300M" target="_blank" rel="noreferrer">
89
+ <span class="card__tag">Efficiency-first</span>
90
+ <h3>BPVELA-G300M</h3>
91
+ <p>Traditional Chinese embedding and retrieval line built on embeddinggemma-300m.</p>
92
+ </a>
93
+ </div>
94
+ </section>
95
+
96
+ <section class="grid grid--two">
97
+ <article class="panel">
98
+ <h2>What We Publish Here</h2>
99
+ <p>
100
+ We publish selected open model artifacts with practical model cards, release notes, licensing context, and explicit upstream dependency notes.
101
+ </p>
102
+ <p>
103
+ <strong>BPVELA</strong> stands for <strong>BluePlanet Vector Embedding &amp; Language Alignment</strong>.
104
+ </p>
105
+ </article>
106
+
107
+ <article class="panel">
108
+ <h2>使用提醒</h2>
109
+ <ul>
110
+ <li><code>BPVELA-E560M</code> 建立於 <code>intfloat/multilingual-e5-large</code> 之上</li>
111
+ <li><code>BPVELA-G300M</code> 建立於 <code>google/embeddinggemma-300m</code> 之上</li>
112
+ <li>使用 <code>BPVELA-G300M</code> 前,請先確認你已取得上游 Gemma base model 的 gated access</li>
113
+ </ul>
114
+ <p>各模型的授權說明、載入方式與上游相依,請以各自 model card 為準。</p>
115
+ </article>
116
+ </section>
117
+
118
+ <section class="footer-panel">
119
+ <div>
120
+ <h2>Contact</h2>
121
+ <p><a href="https://www.blueplanet.com.tw/" target="_blank" rel="noreferrer">blueplanet.com.tw</a></p>
122
+ <p><a href="https://huggingface.co/BluePlanetAI" target="_blank" rel="noreferrer">huggingface.co/BluePlanetAI</a></p>
123
+ </div>
124
+ </section>
125
+ </main>
126
+ </body>
127
  </html>