thaki-AI commited on
Commit
7f33762
·
verified ·
1 Parent(s): ea53dd0

Add SK5/SK12-D9b LoRA adapters + merge code

Browse files
Files changed (1) hide show
  1. adapters/coupled-8600/README.md +35 -0
adapters/coupled-8600/README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SK5 — coupled arm (8,600 examples)
2
+
3
+ LoRA adapter (r=8, alpha=16, all-linear, lr 2e-5, one epoch) for `Qwen/Qwen3.8-27B`.
4
+
5
+ The **coupled** half of the primary comparison in *Metric--Construction Coupling Inflates
6
+ Measured Synthetic Dialect Recovery*. Its transformation rules used the **full** marker
7
+ inventory --- the same inventory the marker metric scores against.
8
+
9
+ Pair with [`adapters/disjoint-8600`](../disjoint-8600), which differs only in that its rules
10
+ used 80% of that inventory, to reproduce the paper's Figure 3.
11
+
12
+ ## ⛔ 반드시 병합한 뒤 서빙하세요
13
+
14
+ **어댑터를 그대로 붙여 서빙하면 이 아키텍처에서는 조용한 no-op 이 됩니다.** 오류도 경고도
15
+ 없이 base 모델과 같은 출력이 나옵니다(자체 실측). 반드시 아래처럼 병합한 가중치로 서빙하세요.
16
+
17
+ ```bash
18
+ # merge_lora.py 는 이 저장소에 함께 있습니다 (496/496 모듈 적용 + 샤드 검증 내장)
19
+ python merge_lora.py \
20
+ --base Qwen/Qwen3.8-27B \
21
+ --adapter adapters/coupled-8600 \
22
+ --out /path/to/merged
23
+ # 출력 마지막 줄이 MERGE_OK {"n_applied": 496, "verify": "PASS"} 인지 확인하세요
24
+ ```
25
+
26
+ ## 출처 (AI 허브)
27
+
28
+ 아래 데이터로 **직접 학습**해 만든 가중치입니다. 제공처 약관상 학습으로 생성된 모델·가중치는
29
+ 2차 저작물로 공개할 수 있으나, **원본 데이터 및 원본의 단순 재가공 데이터는 포함하지 않습니다.**
30
+
31
+ - 한국어 방언 발화 (강원 118 · 경상 119 · 전라 120 · 제주 121 · 충청 122)
32
+ - 중·노년층 한국어 방언 데이터 (71517, 71558)
33
+ - 출처: AI 허브 (https://aihub.or.kr)
34
+
35
+ ⛔ 이 폴더에는 원본 문장·방언형 대응 목록·마커 어휘집이 **들어 있지 않습니다.**