justram commited on
Commit
9115682
1 Parent(s): 0a53008

Upload README.md with huggingface_hub

Browse files
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: test
26
+ num_bytes: 17772485.321931664
27
+ num_examples: 9873
28
+ download_size: 10021656
29
+ dataset_size: 17772485.321931664
30
+ ---
31
+ # Dataset Card for "AToMiC-Texts-v0.2-medium"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)