soichisumi commited on
Commit
1afdbdb
·
verified ·
1 Parent(s): ab547fe

docs: sanitize README — remove private repo links and internal infra references

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -8,12 +8,10 @@ language:
8
 
9
  # zerank-2 — MLX (4bit)
10
 
11
- [zeroentropy/zerank-2](https://huggingface.co/zeroentropy/zerank-2) (Qwen3-4B base) の MLX 変換 + affine 4bit 量子化。2.1 GB。
12
 
13
  **ライセンス:** CC-BY-NC-4.0 (非商用)。原典と同条件を継承し再配布も同条件。商用利用は contact@zeroentropy.dev へ。MLX フォーマット変換のみで、学習・データの帰属は [ZeroEntropy](https://www.zeroentropy.dev/) にあります。
14
 
15
- - 変換: `bash scripts/mlx/build_reranker.sh zeroentropy/zerank-2 4bit zerank-2`
16
  - 評価: `mteb/scidocs-reranking` 30 クエリ / 897 ペア
17
- - 結果: Kendall τ = 0.9043, nDCG@10 Δ = −0.0037 → **PASS** (size-優先用途、品質は affine8 推奨)
18
-
19
- 詳細: [LeapInsight/local-llm reports/mlx/2026-04-26-stat-rerank-additions-summary.md](https://github.com/LeapInsight/local-llm/blob/main/reports/mlx/2026-04-26-stat-rerank-additions-summary.md)
 
8
 
9
  # zerank-2 — MLX (4bit)
10
 
11
+ [zeroentropy/zerank-2](https://huggingface.co/zeroentropy/zerank-2) (Qwen3-4B base) の MLX 変換 + affine 4bit 量子化 (group_size=64)。2.1 GB。
12
 
13
  **ライセンス:** CC-BY-NC-4.0 (非商用)。原典と同条件を継承し再配布も同条件。商用利用は contact@zeroentropy.dev へ。MLX フォーマット変換のみで、学習・データの帰属は [ZeroEntropy](https://www.zeroentropy.dev/) にあります。
14
 
15
+ - 変換: `mlx_lm convert --hf-path zeroentropy/zerank-2 --mlx-path . --quantize --q-mode affine --q-bits 4 --q-group-size 64`
16
  - 評価: `mteb/scidocs-reranking` 30 クエリ / 897 ペア
17
+ - 結果: Kendall τ = 0.9043, nDCG@10 Δ = −0.0037 → **PASS** (size 優先用途、品質は affine8 推奨)