MrtinoRG commited on
Commit
50f1009
·
verified ·
1 Parent(s): 452208d

Overwrite defaults + add visible note

Browse files
Files changed (1) hide show
  1. README.md +19 -5
README.md CHANGED
@@ -70,7 +70,7 @@ configs:
70
  - split: val
71
  path: starcoder-chemistry-default/val-*
72
  license:
73
- - apache-2.0
74
  tags:
75
  - chemistry
76
  - scientific-code
@@ -88,8 +88,8 @@ multilinguality:
88
  size_categories:
89
  - 1M<n<10M
90
  source_datasets:
91
- - codeparrot/github-code
92
  - bigcode/the-stack
 
93
  task_categories:
94
  - text-generation
95
  task_ids:
@@ -138,12 +138,26 @@ The dataset includes different subsets available as Hugging Face configurations:
138
 
139
  ## 📜 License
140
 
141
- All content is released under the **Apache 2.0** license, which allows for:
142
  - ✅ Free use and distribution
143
  - ✅ Commercial use
144
  - ✅ Modification and derivatives
145
  - ⚠️ Attribution required
146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  ## 📖 Dataset Details
148
 
149
  ### 📚 CodeParrot
@@ -289,8 +303,8 @@ If you use this dataset in your research, please cite:
289
 
290
  <div align="center">
291
 
292
- ![ChemPile Logo](CHEMPILE_LOGO.png)
293
 
294
- <i>Part of the ChemPile project - Advancing AI for Chemical Sciences</i>
295
 
296
  </div>
 
70
  - split: val
71
  path: starcoder-chemistry-default/val-*
72
  license:
73
+ - agpl-3.0
74
  tags:
75
  - chemistry
76
  - scientific-code
 
88
  size_categories:
89
  - 1M<n<10M
90
  source_datasets:
 
91
  - bigcode/the-stack
92
+ - codeparrot/github-code
93
  task_categories:
94
  - text-generation
95
  task_ids:
 
138
 
139
  ## 📜 License
140
 
141
+ All content is released under the **AGPL-3.0** license, which allows for:
142
  - ✅ Free use and distribution
143
  - ✅ Commercial use
144
  - ✅ Modification and derivatives
145
  - ⚠️ Attribution required
146
 
147
+ However, the dataset combines code under different licenses. The config `codeparrot_github-code-chemistry-python-default` is designed such that is possible to filter the dataset based on the license. Therefore, this config has code under the next licenses:
148
+
149
+ - MIT
150
+ - GPL-3.0
151
+ - BSD-3-Clause
152
+ - GPL-2.0
153
+ - Apache-2.0
154
+ - LGPL-2.1
155
+ - AGPL-2.0
156
+ - AGPL-3.0
157
+ - LGPL-3.0
158
+ - MPL-2.0
159
+ - BSD-2-Clause
160
+
161
  ## 📖 Dataset Details
162
 
163
  ### 📚 CodeParrot
 
303
 
304
  <div align="center">
305
 
306
+ ![LamaLab logo](png-file.png)
307
 
308
+ <i>Advancing the evaluation of AI systems in chemistry and materials science</i>
309
 
310
  </div>