업데이트: Claude Code 세션을 로컬 모델을 위한 미세 조정 (Fine-tuning) 데이터로 변환하는 도구를 제작했습니다 (이제
요약
Claude Code 세션을 로컬 모델 미세 조정을 위한 학습 데이터로 변환하는 도구인 Claude-Converter v1.5.0이 출시되었습니다. 이번 업데이트를 통해 Claude Code뿐만 아니라 Codex와 Pi 세션 변환 기능 및 통합 API를 지원합니다.
핵심 포인트
- Claude Code 세션을 미세 조정용 데이터로 변환 가능
- Codex 및 Pi 세션 변환 기능 추가
- 통합 API(Unified API) 제공
- Hugging Face 데이터셋 활용 예시 포함
며칠 전, 저는 여러분의 Claude Code 세션을 학습 데이터 (Training data)로 변환하기 위해 만든 리소스를 공유했습니다 (모든 지원에 진심으로 감사드립니다 :D ): 원문 게시물 (Original Post)
오늘 저는 Claude Code, Codex, 그리고 Pi 세션 변환을 지원하는 버전 1.5.0을 방금 출시했음을 공유합니다. 또한 통합 API (Unified API)도 포함되어 있습니다.
몇 가지 예시는 다음과 같습니다:
Claude Code
from claude_converter import Converter
from huggingface_hub import hf_hub_download
converter = Converter()
hf_hub_download(repo_id="armand0e/claude-fable-5-claude-code", filename="06ec42c3-2184-40c5-b0ee-98c3235b4c4c.jsonl", repo_type="dataset", local_dir=".")
converter.inspect_session("06ec42c3-2184-40c5-b0ee-98c3235b4c4c.jsonl")
Codex
from claude_converter import Converter
from huggingface_hub import hf_hub_download
converter = Converter(converter="codex")
hf_hub_download(repo_id="AletheiaResearch/GPT-5.5-Codex", filename="rollout-2026-06-22T08-33-58-019eee77-052d-7530-af09-17a140e08123.jsonl", repo_type="dataset", local_dir=".")
converter.inspect_session("rollout-2026-06-22T08-33-58-019eee77-052d-7530-af09-17a140e08123.jsonl")
Pi
from claude_converter import Converter
from huggingface_hub import hf_hub_download
converter = Converter(converter="pi")
hf_hub_download(repo_id="armand0e/claude-opus-4.8-pi-traces", filename="2026-06-07T00-07-46-038Z_019e9f68-3075-7136-b429-c6b2c871ed67.jsonl", repo_type="dataset", local_dir=".")
converter.inspect_session("2026-06-07T00-07-46-038Z_019e9f68-3075-7136-b429-c6b2c871ed67.jsonl")
더 자세한 릴리스 정보는 여기에서 확인하세요: Claude-Converter-v1.5.0
여러분의 모든 지원에 미리 깊은 감사를 드립니다. 이 도구가 여러분에게 매우 도움이 되기를 바랍니다 :D
제출자: /u/F4k3r22
[link] [comments]
AI 자동 생성 콘텐츠
본 콘텐츠는 r/LocalLLaMA의 원문을 AI가 자동으로 요약·번역·분석한 것입니다. 원 저작권은 원저작자에게 있으며, 정확한 내용은 반드시 원문을 확인해 주세요.
원문 바로가기