polinaeterna
commited on
Commit
·
393a986
1
Parent(s):
e12465e
add data
Browse files- data/test.jsonl +3 -0
- data/train.jsonl +3 -0
- test.jsonl +3 -0
- train.jsonl +3 -0
data/test.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{"id": "3", "text": "sample text 3"}
|
2 |
+
{"id": "4", "text": "sample text 4"}
|
3 |
+
{"id": "5", "text": "sample text 5"}
|
data/train.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{"id": "0", "text": "sample text"}
|
2 |
+
{"id": "1", "text": "sample text 1"}
|
3 |
+
{"id": "2", "text": "sample text 2"}
|
test.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{"id": "3", "text": "sample text 3"}
|
2 |
+
{"id": "4", "text": "sample text 4"}
|
3 |
+
{"id": "5", "text": "sample text 5"}
|
train.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{"id": "0", "text": "sample text"}
|
2 |
+
{"id": "1", "text": "sample text 1"}
|
3 |
+
{"id": "2", "text": "sample text 2"}
|