Skip to content

Commit 1a51fc6

Browse files
committed
chore: Notion 동기화 2026-06-29 14:00
1 parent 737d73c commit 1a51fc6

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

docs/poc/.notion-sync.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
},
3030
"373e15b4-0359-8150-88f3-eedc5ebd727b": {
3131
"file": "docs/poc/vision-bench/2편-추론-파라미터-튜닝-qwen3-omni-6초-클립-분석-ofat-스윕.md",
32-
"last_edited": "2026-06-29T03:41:00.000Z",
33-
"content_hash": "51e91165c94677b868a78f4866148ae64a9fee0972a381274e1b14680b8557aa",
32+
"last_edited": "2026-06-29T04:39:00.000Z",
33+
"content_hash": "e66d566e322e8761835bdbfd1d37823a1aace3d3b5eb9b52531a32982e4b15c2",
3434
"order": 3,
3535
"parent_id": "vision-bench"
3636
},

docs/poc/vision-bench/2편-추론-파라미터-튜닝-qwen3-omni-6초-클립-분석-ofat-스윕.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,18 @@ SceneMaker 프로젝트에서 대사(STT)분석은 WhisperX의 별도 모듈 담
202202

203203
### 4.1. temperature
204204

205-
**회차 평균** (1·2·3회 · 각 n=70)
206-
207-
| **temp** | **ok/fail** | **repeat** | degen | **summary** | field | **actions** | sounds |
208-
| --- | --- | --- | --- | --- | --- | --- | --- |
209-
| 0.0 | 82.86% | 18.53% | 5.71% | 100% | 95.83% | 100% | 91.93% |
210-
| 0.3 | 84.76’% | 20.97% | 5.09% | 100% | 94.95% | 100% | 91.07% |
211-
| 0.7 | 87.14% | 17.13% | **4.29%** | 100% | **96.02%** | 100% | **93.93%** |
212-
| 1.0 | **91.43%** | **13.8%** | 11.27% | 100% | 93.87% | 98.97 | 86.93% |
205+
**회차 평균** (1·2·3·4회 · 각 n=70)
206+
207+
penalty= `score.repeat` + `score.degen.(foreign + finish_length + replacement)`
208+
209+
- `score.repeat` , `score.degen.(foreign, finish_length, replacement)` 회차 평균에서 합산.
210+
211+
| **temp** | **ok/fail** | | penalty | field |
212+
| --- | --- | --- | --- | --- |
213+
| 0.0 | 82.86% | | 5.71% | 95.83% |
214+
| 0.3 | 84.76’% | | 5.09% | 94.95% |
215+
| 0.7 | 87.14% | | **4.29%** | **96.02%** |
216+
| 1.0 | **91.43%** | | 11.27% | 93.87% |
213217

214218
<details>
215219
<summary>📊 회차별 히스토리 (1·2·3회)</summary>

0 commit comments

Comments
 (0)