Filippo B commited on
Commit
e8ae5ab
•
1 Parent(s): ce10851

Update to version 2023.10

Browse files
Files changed (2) hide show
  1. README.md +11 -11
  2. osdg_cd.py +10 -8
README.md CHANGED
@@ -55,10 +55,10 @@ dataset_info:
55
  dtype: float32
56
  splits:
57
  - name: train
58
- num_bytes: 29955216
59
- num_examples: 42065
60
- download_size: 29574964
61
- dataset_size: 29955216
62
  ---
63
  # Dataset Card for OSDG-CD
64
 
@@ -88,7 +88,7 @@ dataset_info:
88
 
89
  ## Dataset Description
90
 
91
- - **Homepage:** [OSDG-CD homepage](https://doi.org/10.5281/zenodo.8107038)
92
 
93
  ### Dataset Summary
94
 
@@ -149,7 +149,7 @@ The OSDG-CD dataset has 1 splits: _train_.
149
 
150
  ### Curation Rationale
151
 
152
- The [The OSDG Community Dataset (OSDG-CD)](https://doi.org/10.5281/zenodo.8107038) was developed as a benchmark for ...
153
  with the goal of producing a dataset large enough to train models using neural methodologies.
154
 
155
  ### Source Data
@@ -197,21 +197,21 @@ The OSDG Community Dataset (OSDG-CD) is licensed under a [Creative Commons Attri
197
  ### Citation Information
198
 
199
  ```
200
- @dataset{osdg_2023_8107038,
201
  author = {OSDG and
202
  UNDP IICPSD SDG AI Lab and
203
  PPMI},
204
  title = {OSDG Community Dataset (OSDG-CD)},
205
- month = jul,
206
  year = 2023,
207
  note = {{This CSV file uses UTF-8 character encoding. For
208
  easy access on MS Excel, open the file using Data
209
  → From Text/CSV. Please split CSV data into
210
  different columns by using a TAB delimiter.}},
211
  publisher = {Zenodo},
212
- version = {2023.07},
213
- doi = {10.5281/zenodo.8107038},
214
- url = {https://doi.org/10.5281/zenodo.8107038}
215
  }
216
  ```
217
 
 
55
  dtype: float32
56
  splits:
57
  - name: train
58
+ num_bytes: 30151244
59
+ num_examples: 42355
60
+ download_size: 29770590
61
+ dataset_size: 30151244
62
  ---
63
  # Dataset Card for OSDG-CD
64
 
 
88
 
89
  ## Dataset Description
90
 
91
+ - **Homepage:** [OSDG-CD homepage](https://zenodo.org/record/8397907)
92
 
93
  ### Dataset Summary
94
 
 
149
 
150
  ### Curation Rationale
151
 
152
+ The [The OSDG Community Dataset (OSDG-CD)](https://zenodo.org/record/8397907) was developed as a benchmark for ...
153
  with the goal of producing a dataset large enough to train models using neural methodologies.
154
 
155
  ### Source Data
 
197
  ### Citation Information
198
 
199
  ```
200
+ @dataset{osdg_2023_8397907,
201
  author = {OSDG and
202
  UNDP IICPSD SDG AI Lab and
203
  PPMI},
204
  title = {OSDG Community Dataset (OSDG-CD)},
205
+ month = oct,
206
  year = 2023,
207
  note = {{This CSV file uses UTF-8 character encoding. For
208
  easy access on MS Excel, open the file using Data
209
  → From Text/CSV. Please split CSV data into
210
  different columns by using a TAB delimiter.}},
211
  publisher = {Zenodo},
212
+ version = {2023.10},
213
+ doi = {10.5281/zenodo.8397907},
214
+ url = {https://doi.org/10.5281/zenodo.8397907}
215
  }
216
  ```
217
 
osdg_cd.py CHANGED
@@ -28,25 +28,25 @@ logger = datasets.logging.get_logger(__name__)
28
 
29
 
30
  _CITATION = """\
31
- @dataset{osdg_2023_8107038,
32
  author = {OSDG and
33
  UNDP IICPSD SDG AI Lab and
34
  PPMI},
35
  title = {OSDG Community Dataset (OSDG-CD)},
36
- month = jul,
37
  year = 2023,
38
  note = {{This CSV file uses UTF-8 character encoding. For
39
  easy access on MS Excel, open the file using Data
40
  → From Text/CSV. Please split CSV data into
41
  different columns by using a TAB delimiter.}},
42
  publisher = {Zenodo},
43
- version = {2023.07},
44
- doi = {10.5281/zenodo.8107038},
45
- url = {https://doi.org/10.5281/zenodo.8107038}
46
  }
47
  """
48
 
49
- _HOMEPAGE = "https://doi.org/10.5281/zenodo.8107038"
50
 
51
  _LICENSE = "https://creativecommons.org/licenses/by/4.0/"
52
 
@@ -65,12 +65,14 @@ _VERSIONS = {
65
  "2023.01": "1.0.5",
66
  "2023.04": "1.0.6",
67
  "2023.07": "1.0.7",
 
68
  }
69
 
70
- _VERSION = _VERSIONS["2023.07"]
71
 
72
  _URLS = {
73
- "train": "https://zenodo.org/record/8107038/files/osdg-community-data-v2023-07-01.csv"
 
74
  }
75
 
76
 
 
28
 
29
 
30
  _CITATION = """\
31
+ @dataset{osdg_2023_8397907,
32
  author = {OSDG and
33
  UNDP IICPSD SDG AI Lab and
34
  PPMI},
35
  title = {OSDG Community Dataset (OSDG-CD)},
36
+ month = oct,
37
  year = 2023,
38
  note = {{This CSV file uses UTF-8 character encoding. For
39
  easy access on MS Excel, open the file using Data
40
  → From Text/CSV. Please split CSV data into
41
  different columns by using a TAB delimiter.}},
42
  publisher = {Zenodo},
43
+ version = {2023.10},
44
+ doi = {10.5281/zenodo.8397907},
45
+ url = {https://doi.org/10.5281/zenodo.8397907}
46
  }
47
  """
48
 
49
+ _HOMEPAGE = "https://zenodo.org/record/8397907"
50
 
51
  _LICENSE = "https://creativecommons.org/licenses/by/4.0/"
52
 
 
65
  "2023.01": "1.0.5",
66
  "2023.04": "1.0.6",
67
  "2023.07": "1.0.7",
68
+ "2023.10": "1.0.8",
69
  }
70
 
71
+ _VERSION = _VERSIONS["2023.10"]
72
 
73
  _URLS = {
74
+ #"train": "https://zenodo.org/record/8107038/files/osdg-community-data-v2023-07-01.csv",
75
+ "train": "https://zenodo.org/record/8397907/files/osdg-community-data-v2023-10-01.csv",
76
  }
77
 
78