cadurosar commited on
Commit
aeac297
1 Parent(s): 8fa51f0

Upload README.md with huggingface_hub (#2)

Browse files

- Upload README.md with huggingface_hub (3d09609d41c3e32f6ad56e6128b8474f018c2d57)

Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text_id
5
+ dtype: string
6
+ - name: page_url
7
+ dtype: string
8
+ - name: page_title
9
+ dtype: string
10
+ - name: section_title
11
+ dtype: string
12
+ - name: context_page_description
13
+ dtype: string
14
+ - name: context_section_description
15
+ dtype: string
16
+ - name: media
17
+ sequence: string
18
+ - name: hierachy
19
+ sequence: string
20
+ - name: category
21
+ sequence: string
22
+ - name: source_id
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 18109.758012141203
27
+ num_examples: 9
28
+ download_size: 61847
29
+ dataset_size: 18109.758012141203
30
+ ---
31
+ # Dataset Card for "Development-Set-2023"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)