NotoriousH2 commited on
Commit
82d90d0
·
verified ·
1 Parent(s): de9ee3d

Publish reasoning and agent RLVR artifacts

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -59,13 +59,12 @@ from src.artifacts import load_jsonl, resolve_artifact
59
  path = resolve_artifact(
60
  "data/countdown/test.jsonl",
61
  "NotoriousH2/countdown-rlvr",
62
- revision=None,
63
  filename="test.jsonl",
64
  )
65
  test_rows = load_jsonl(path)
66
  ```
67
 
68
- 공개 실행 이후에는 `revision`에 데이터셋 commit hash를 전달합니다.
69
 
70
  ## 5. 생성 계보
71
 
 
59
  path = resolve_artifact(
60
  "data/countdown/test.jsonl",
61
  "NotoriousH2/countdown-rlvr",
 
62
  filename="test.jsonl",
63
  )
64
  test_rows = load_jsonl(path)
65
  ```
66
 
67
+ `revision`을 생략하면 프로젝트의 publish manifest기록된 commit 사용합니다.
68
 
69
  ## 5. 생성 계보
70