loubnabnl HF staff commited on
Commit
f81388d
1 Parent(s): 6dc2b45
Files changed (1) hide show
  1. datasets/codegen.txt +1 -1
datasets/codegen.txt CHANGED
@@ -1,7 +1,7 @@
1
  [Codegen](https://huggingface.co/Salesforce/codegen-16B-mono) is a model for conversational program synthesis, where each problem is interactively solved in multiple steps, each consisting of a natural language specification from the user and a synthesized subprogram from the system.
2
 
3
  It was was sequentially trained on three datasets:
4
- - The Pile
5
  - A 341GB subset of Google’s [BigQuery dataset](https://cloud.google.com/blog/topics/public-datasets/github-on-bigquery-analyze-all-the-open-source-code) of code files from multiple programming languages, keeping only 6: C, C++, Go, Java, JavaScript, and Python
6
  - 217GB of Python data from Github repositories
7
 
 
1
  [Codegen](https://huggingface.co/Salesforce/codegen-16B-mono) is a model for conversational program synthesis, where each problem is interactively solved in multiple steps, each consisting of a natural language specification from the user and a synthesized subprogram from the system.
2
 
3
  It was was sequentially trained on three datasets:
4
+ - [The Pile](https://huggingface.co/datasets/the_pile)
5
  - A 341GB subset of Google’s [BigQuery dataset](https://cloud.google.com/blog/topics/public-datasets/github-on-bigquery-analyze-all-the-open-source-code) of code files from multiple programming languages, keeping only 6: C, C++, Go, Java, JavaScript, and Python
6
  - 217GB of Python data from Github repositories
7