guessleej commited on
Commit
7538ada
·
verified ·
1 Parent(s): b86e006

更名為 xVITA-Embed-300M-zhTW,補 Gemma Terms 合規聲明

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: gemma
3
- base_model: xCloudinfo/xcloud-emb-zhtw
4
  language:
5
  - zh
6
  pipeline_tag: sentence-similarity
@@ -16,9 +16,9 @@ tags:
16
  - taiwan
17
  ---
18
 
19
- # xcloud-emb-zhtw — GGUF
20
 
21
- [xCloudinfo/xcloud-emb-zhtw](https://huggingface.co/xCloudinfo/xcloud-emb-zhtw)(云碩科技自製繁體中文檢索 embedding,DRCD test hit@1 86.0、超越 bge-m3 / multilingual-e5-large)的 GGUF 量化版,適用 llama.cpp 與 ollama。
22
 
23
  > **2026-07-18 重要修復**:本日以前的所有 GGUF 檔因轉檔工具與 sentence-transformers 5.6 模組命名不相容,
24
  > **缺少模型的 Dense 投影層**,向量空間與 safetensors 版不一致(cosine 相似度失效)。請重新下載本日後的檔案。
@@ -78,3 +78,16 @@ llama-server -m xcloud-emb-zhtw-8k-Q8_0.gguf --embeddings --port 8080
78
  ---
79
 
80
  云碩科技股份有限公司(xCloudinfo Corp. Limited)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: gemma
3
+ base_model: xCloudinfo/xVITA-Embed-300M-zhTW
4
  language:
5
  - zh
6
  pipeline_tag: sentence-similarity
 
16
  - taiwan
17
  ---
18
 
19
+ # xVITA-Embed-300M-zhTW — GGUF
20
 
21
+ [xCloudinfo/xVITA-Embed-300M-zhTW](https://huggingface.co/xCloudinfo/xVITA-Embed-300M-zhTW)(云碩科技自製繁體中文檢索 embedding,DRCD test hit@1 86.0、超越 bge-m3 / multilingual-e5-large)的 GGUF 量化版,適用 llama.cpp 與 ollama。
22
 
23
  > **2026-07-18 重要修復**:本日以前的所有 GGUF 檔因轉檔工具與 sentence-transformers 5.6 模組命名不相容,
24
  > **缺少模型的 Dense 投影層**,向量空間與 safetensors 版不一致(cosine 相似度失效)。請重新下載本日後的檔案。
 
78
  ---
79
 
80
  云碩科技股份有限公司(xCloudinfo Corp. Limited)
81
+
82
+ ## 授權
83
+
84
+ 底模依 [Gemma Terms of Use](https://ai.google.dev/gemma/terms) 授權,本量化模型之使用同受其約束。
85
+
86
+ **Gemma 合規聲明**
87
+
88
+ > Gemma is provided under and subject to the Gemma Terms of Use found at [ai.google.dev/gemma/terms](https://ai.google.dev/gemma/terms)
89
+
90
+ - 本模型為 **Google EmbeddingGemma-300m 的修改版本(Model Derivative)**,經繁體中文檢索語料微調後轉換為 GGUF 格式。
91
+ - 使用者再散布本模型或其衍生物時,須一併傳遞 Gemma Terms of Use 第 3.2 節之使用限制。
92
+
93
+ > 註:GGUF 檔名維持 `xcloud-emb-*` 前綴不變,以免既有下載腳本與 ollama 設定失效;模型本身即 xVITA-Embed-300M-zhTW。