espoir commited on
Commit
7572863
1 Parent(s): 7afd787

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: title
12
+ dtype: string
13
+ - name: content
14
+ dtype: string
15
+ - name: summary
16
+ dtype: 'null'
17
+ - name: posted_at
18
+ dtype: timestamp[ns]
19
+ - name: website_origin
20
+ dtype: string
21
+ - name: __index_level_0__
22
+ dtype: int64
23
+ splits:
24
+ - name: train
25
+ num_bytes: 136217790.4
26
+ num_examples: 146388
27
+ - name: test
28
+ num_bytes: 34054447.6
29
+ num_examples: 36597
30
+ download_size: 99383623
31
+ dataset_size: 170272238.0
32
+ ---
33
+ # Dataset Card for "congo-cd-news-dataset"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)