add README
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- ktb
|
| 5 |
+
- kakao-terms
|
| 6 |
+
- rag
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# KTB uptest model bundle (public)
|
| 10 |
+
|
| 11 |
+
Runtime download for Colab (no Drive / no private PC path).
|
| 12 |
+
|
| 13 |
+
## Layout
|
| 14 |
+
|
| 15 |
+
- `gen/` — Qwen2.5-7B-Instruct weights (local inference)
|
| 16 |
+
- `emb/` — Qwen3-Embedding-4B weights
|
| 17 |
+
- `corpus/` — articles.jsonl, chunks.jsonl, change_map.jsonl
|
| 18 |
+
|
| 19 |
+
Set `KTB_HF_BUNDLE_REPO=Algocean/ktb-uptest-models` in Colab cell 1.
|