nfliu commited on
Commit
c4dae06
1 Parent(s): d90bc69

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: example_id
14
+ dtype: int64
15
+ - name: original_sentence
16
+ dtype: string
17
+ - name: page_title
18
+ dtype: string
19
+ - name: section_title
20
+ sequence: string
21
+ - name: paragraph_text
22
+ dtype: string
23
+ - name: sentence_start_byte_offset
24
+ dtype: int64
25
+ - name: sentence_end_byte_offset
26
+ dtype: int64
27
+ - name: article_url
28
+ dtype: string
29
+ - name: annotations
30
+ list:
31
+ - name: category
32
+ dtype: string
33
+ - name: decontextualized_sentence
34
+ dtype: string
35
+ - name: example_id
36
+ dtype: int64
37
+ - name: original_sentence
38
+ dtype: string
39
+ - name: worker_id
40
+ dtype: int64
41
+ splits:
42
+ - name: train
43
+ num_bytes: 15224065
44
+ num_examples: 11290
45
+ - name: validation
46
+ num_bytes: 5315183
47
+ num_examples: 1945
48
+ - name: test
49
+ num_bytes: 5359001
50
+ num_examples: 1945
51
+ download_size: 13617475
52
+ dataset_size: 25898249
53
+ ---
54
+ # Dataset Card for "decontextualization"
55
+
56
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)