michsethowusu commited on
Commit
cb5065c
·
verified ·
1 Parent(s): 514c143

Standardize license to CC BY-NC 4.0 and add research-use notice

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -20,7 +20,7 @@ configs:
20
  path: data/train-*
21
  language:
22
  - gaa
23
- license: apache-2.0
24
  task_categories:
25
  - text-generation
26
  - question-answering
@@ -38,6 +38,7 @@ tags:
38
  - instruction-tuning
39
  ---
40
 
 
41
 
42
  >This dataset is made available because of Ghana NLP's volunteer driven research work. Please consider contributing to any of our projects on [Github](https://github.com/GhanaNLP/)
43
 
@@ -118,7 +119,7 @@ for turn in train_data[0]['conversations']:
118
 
119
  ## License
120
 
121
- This dataset is released under the Apache 2.0 License.
122
 
123
  ---
124
 
 
20
  path: data/train-*
21
  language:
22
  - gaa
23
+ license: cc-by-nc-4.0
24
  task_categories:
25
  - text-generation
26
  - question-answering
 
38
  - instruction-tuning
39
  ---
40
 
41
+ > This dataset is shared under CC BY-NC 4.0, which means you are free to use, share, and adapt it for non-commercial research and educational purposes with attribution. You can read the full license at https://creativecommons.org/licenses/by-nc/4.0/.
42
 
43
  >This dataset is made available because of Ghana NLP's volunteer driven research work. Please consider contributing to any of our projects on [Github](https://github.com/GhanaNLP/)
44
 
 
119
 
120
  ## License
121
 
122
+ This dataset is released under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) — free to use, share, and adapt for non-commercial research and educational purposes with attribution.
123
 
124
  ---
125