experiment(intent): 수정 전 라벨 baseline과 A.X 테스트 추가 - #37
Draft
hywznn wants to merge 2 commits into
Draft
Conversation
11 tasks
Collaborator
Author
|
AX 불러오는 방식 찾아보고 그걸로 테스트 예정 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
A/B consensus 전 수정 전 라벨 1,340건으로 모델링 파이프라인을 확인하는
provisional baseline과 A.X zero-shot 테스트 도구를 추가합니다.
Provisional baseline
이 수치는 템플릿성이 강한
recheck_required데이터의 Validation 결과이며 최종모델 또는 Gold Test 성능이 아닙니다.
A.X 테스트
skt/A.X-4.0-Light로컬 Transformers 테스트 명령공식 API 문서의 guest endpoint를 2026-07-27 직접 확인했으나 현재는
Guest 용 API Endpoint 서비스는 종료되었습니다.라는 서비스 안내를 반환합니다.따라서 실제 추론 결과는 팀 A.X endpoint/key 또는 명시적인 로컬 7B 모델 다운로드가
준비된 뒤 생성해야 합니다. 연결 성공을 모델 추론 성공으로 표현하지 않습니다.
실행 방법은
docs/INTENT_AX_TESTING.md에정리했습니다.
검증
--confirm-model-download없이는 다운로드하지 않음저장소 경계
AI 저장소 작업 충돌을 피하기 위한
model임시 브랜치입니다. 모델 학습·추론코드는 knowledge
main병합 대상이 아니며 구조 확인 후fowoco/ai로 이전합니다.knowledge에는 데이터 계약·평가 정책·검증 리포트만 남기는 방향입니다.
의존 관계
Closes #36
Related to #28, #32, #34, #38.