system HF staff commited on
Commit
7b739d9
1 Parent(s): d3b7dc2

Update files from the datasets library (from 1.17.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.17.0

dummy/plain_text/1.0.0/dummy_data/dev DELETED
@@ -1,25 +0,0 @@
1
- {
2
- "data": [
3
- { "title": "dev test",
4
- "paragraphs": [
5
- { "context": "This is a test context.",
6
- "qas": [
7
- { "question": "Is this a test?",
8
- "id": "2",
9
- "answers": [
10
- { "answer_start": 6,
11
- "text": "This is a test text"
12
- }
13
- ]
14
- }
15
- ]
16
- }
17
- ]
18
- }
19
- ]
20
- }
21
-
22
-
23
-
24
-
25
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dummy/plain_text/1.0.0/dummy_data/train DELETED
@@ -1,25 +0,0 @@
1
- {
2
- "data": [
3
- { "title": "train test",
4
- "paragraphs": [
5
- { "context": "This is a test context.",
6
- "qas": [
7
- { "question": "Is this a test?",
8
- "id": "1",
9
- "answers": [
10
- { "answer_start": 1,
11
- "text": "This is a test text"
12
- }
13
- ]
14
- }
15
- ]
16
- }
17
- ]
18
- }
19
- ]
20
- }
21
-
22
-
23
-
24
-
25
-