Julian von der Goltz
commited on
Commit
•
b2d6e1c
1
Parent(s):
9f23ed4
Generate jsonl
Browse files- README.md +3 -1
- data/train.jsonl +3 -0
- data/val.jsonl +3 -0
README.md
CHANGED
@@ -85,7 +85,9 @@ configs:
|
|
85 |
- config_name: default
|
86 |
data_files:
|
87 |
- split: train
|
88 |
-
path: data/train
|
|
|
|
|
89 |
task_categories:
|
90 |
- text-generation
|
91 |
- fill-mask
|
|
|
85 |
- config_name: default
|
86 |
data_files:
|
87 |
- split: train
|
88 |
+
path: data/train.jsonl
|
89 |
+
- split: validation
|
90 |
+
path: data/val.jsonl
|
91 |
task_categories:
|
92 |
- text-generation
|
93 |
- fill-mask
|
data/train.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca34d7e2b504fe40131a8bd658eac0b4e61678a5db17479567d9cc70a92d3aa2
|
3 |
+
size 720222877
|
data/val.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57e2329bcc71867d030daaf040a0d97603409aba1de71256fde0d6eb10845f8e
|
3 |
+
size 15156646
|