Skip to content

Commit 7900d4b

Browse files
committed
Disable tooling for dataset
1 parent 4ec58f4 commit 7900d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arc/src/instruct_dataset/instruct_dataset.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
const arc = require("./arc.md");
21
const nucleoid = require("./nucleoid.md");
32
const Zoom = require("../lib/Zoom");
4-
const fs = require("fs");
3+
// const arc = require("./arc.md");
54

65
const dataset = [
76
require("./dataset.core.json"),
@@ -31,6 +30,7 @@ const dataset = [
3130
})),
3231
}));
3332

33+
// const fs = require("fs");
3434
// fs.writeFileSync(
3535
// "dataset.jsonl",
3636
// JSON.stringify({

0 commit comments

Comments
 (0)