Datasets:
Publish reasoning and agent RLVR artifacts
Browse files
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 |
-
|
| 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 |
|