File size: 5,460 Bytes
ed04764
a3b5704
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ed04764
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!doctype html>
<html lang="zh-Hant">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>BluePlanetAI</title>
    <link rel="stylesheet" href="./style.css" />
  </head>
  <body>
    <main class="page">
      <section class="hero">
        <div class="hero__layout">
          <div class="hero__content">
            <div class="hero__eyebrow">BluePlanetAI</div>
            <h1>AI for Traditional Chinese text, retrieval, and knowledge workflows</h1>
            <p class="hero__lead">
              BluePlanetAI is the Hugging Face organization for BluePlanet Inc., focused on text mining,
              semantic retrieval, generative AI integration, and practical knowledge applications in Traditional Chinese.
            </p>
            <div class="hero__actions">
              <a href="https://www.blueplanet.com.tw/" target="_blank" rel="noreferrer">Official Website</a>
              <a href="https://huggingface.co/BluePlanetAI/models" target="_blank" rel="noreferrer">Browse Models</a>
            </div>
          </div>
          <aside class="hero__aside">
            <div class="hero__aside-label">At A Glance</div>
            <ul class="hero__aside-list">
              <li>Traditional Chinese AI focus</li>
              <li>Semantic retrieval and text mining</li>
              <li>Practical model releases with clear usage notes</li>
            </ul>
          </aside>
        </div>
      </section>

      <section class="grid grid--two">
        <article class="panel">
          <h2>關於藍星球</h2>
          <p>
            藍星球資訊專注於人工智慧、文字探勘、語意分析與資料治理,致力於把複雜資訊轉化為可落地的決策支援能力。
          </p>
          <ul>
            <li>AI 人工智慧與文字探勘</li>
            <li>語意檢索、資訊萃取與知識應用</li>
            <li>生成式 AI 解決方案</li>
            <li>開放資料整合與資料治理</li>
          </ul>
        </article>

        <article class="panel panel--accent">
          <h2>Background</h2>
          <p>
            Based on public information from BluePlanet's official website, the company combines AI, text-centric information processing,
            and production-oriented solution design for enterprise and knowledge-intensive workflows.
          </p>
          <ul>
            <li>Traditional Chinese language AI focus</li>
            <li>Text mining and semantic retrieval</li>
            <li>Knowledge-oriented AI systems</li>
            <li>Deployment-minded documentation and release practices</li>
          </ul>
        </article>
      </section>

      <section class="metrics">
        <div class="metric">
          <span class="metric__value">2</span>
          <span class="metric__label">Public BPVELA model lines</span>
        </div>
        <div class="metric">
          <span class="metric__value">zh-Hant</span>
          <span class="metric__label">Primary language focus</span>
        </div>
        <div class="metric">
          <span class="metric__value">RAG</span>
          <span class="metric__label">Retrieval-first application focus</span>
        </div>
      </section>

      <section class="panel">
        <h2>Featured Releases</h2>
        <div class="cards">
          <a class="card" href="https://huggingface.co/BluePlanetAI/BPVELA-E560M" target="_blank" rel="noreferrer">
            <span class="card__tag">Accuracy-first</span>
            <h3>BPVELA-E560M</h3>
            <p>Traditional Chinese embedding and retrieval line built on multilingual-e5-large.</p>
          </a>
          <a class="card" href="https://huggingface.co/BluePlanetAI/BPVELA-G300M" target="_blank" rel="noreferrer">
            <span class="card__tag">Efficiency-first</span>
            <h3>BPVELA-G300M</h3>
            <p>Traditional Chinese embedding and retrieval line built on embeddinggemma-300m.</p>
          </a>
        </div>
      </section>

      <section class="grid grid--two">
        <article class="panel">
          <h2>What We Publish Here</h2>
          <p>
            We publish selected open model artifacts with practical model cards, release notes, licensing context, and explicit upstream dependency notes.
          </p>
          <p>
            <strong>BPVELA</strong> stands for <strong>BluePlanet Vector Embedding &amp; Language Alignment</strong>.
          </p>
        </article>

        <article class="panel">
          <h2>使用提醒</h2>
          <ul>
            <li><code>BPVELA-E560M</code> 建立於 <code>intfloat/multilingual-e5-large</code> 之上</li>
            <li><code>BPVELA-G300M</code> 建立於 <code>google/embeddinggemma-300m</code> 之上</li>
            <li>使用 <code>BPVELA-G300M</code> 前,請先確認你已取得上游 Gemma base model 的 gated access</li>
          </ul>
          <p>各模型的授權說明、載入方式與上游相依,請以各自 model card 為準。</p>
        </article>
      </section>

      <section class="footer-panel">
        <div>
          <h2>Contact</h2>
          <p><a href="https://www.blueplanet.com.tw/" target="_blank" rel="noreferrer">blueplanet.com.tw</a></p>
          <p><a href="https://huggingface.co/BluePlanetAI" target="_blank" rel="noreferrer">huggingface.co/BluePlanetAI</a></p>
        </div>
      </section>
    </main>
  </body>
</html>