Commit ·
e047a9f
1
Parent(s): e47587a
...
Browse files- README.md +4 -0
- data/docs/docs.jsonl +2 -0
README.md
CHANGED
|
@@ -8,4 +8,8 @@ configs:
|
|
| 8 |
path: "data/split1/split1.jsonl"
|
| 9 |
- split: split2
|
| 10 |
path: "data/split2/split2.jsonl"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
|
|
|
| 8 |
path: "data/split1/split1.jsonl"
|
| 9 |
- split: split2
|
| 10 |
path: "data/split2/split2.jsonl"
|
| 11 |
+
- config_name: docs
|
| 12 |
+
data_files:
|
| 13 |
+
- split: docs
|
| 14 |
+
path: "data/docs/docs.jsonl"
|
| 15 |
---
|
data/docs/docs.jsonl
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"id": "var1", "text": "this is a text1"}
|
| 2 |
+
{"id": "var2", "text": "this is a text2"}
|