dspoka commited on
Commit
a17b45a
·
1 Parent(s): d2fc614

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: iso3
5
+ dtype: string
6
+ - name: country
7
+ dtype: string
8
+ - name: goal
9
+ dtype: string
10
+ - name: target
11
+ dtype: string
12
+ - name: text
13
+ dtype: string
14
+ - name: status
15
+ dtype: string
16
+ - name: sector
17
+ dtype: string
18
+ - name: response
19
+ dtype: string
20
+ - name: infotype
21
+ dtype: string
22
+ - name: start
23
+ dtype: float64
24
+ - name: end
25
+ dtype: float64
26
+ - name: filename
27
+ dtype: string
28
+ - name: __index_level_0__
29
+ dtype: int64
30
+ splits:
31
+ - name: full
32
+ num_bytes: 4297968
33
+ num_examples: 14219
34
+ download_size: 810312
35
+ dataset_size: 4297968
36
+ ---
37
+ # Dataset Card for "sdg-single"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)