derenrich commited on
Commit
4c0f6fc
1 Parent(s): 9a409b5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -5
README.md CHANGED
@@ -1,12 +1,39 @@
1
  ---
 
 
2
  license: cc-by-sa-4.0
 
 
3
  task_categories:
4
  - summarization
5
- language:
6
- - en
7
  tags:
8
  - wikidata
9
  - wikipedia
10
- size_categories:
11
- - 1M<n<10M
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: cc-by-sa-4.0
5
+ size_categories:
6
+ - 1M<n<10M
7
  task_categories:
8
  - summarization
 
 
9
  tags:
10
  - wikidata
11
  - wikipedia
12
+ dataset_info:
13
+ features:
14
+ - name: output
15
+ dtype: string
16
+ - name: qid
17
+ dtype: string
18
+ - name: name
19
+ dtype: string
20
+ - name: input
21
+ dtype: string
22
+ - name: instruction
23
+ dtype: string
24
+ - name: text
25
+ dtype: string
26
+ - name: __index_level_0__
27
+ dtype: int64
28
+ splits:
29
+ - name: train
30
+ num_bytes: 7446030683
31
+ num_examples: 6243554
32
+ download_size: 4214056440
33
+ dataset_size: 7446030683
34
+ configs:
35
+ - config_name: default
36
+ data_files:
37
+ - split: train
38
+ path: data/train-*
39
+ ---