kazukifujii commited on
Commit
0367809
·
verified ·
1 Parent(s): c121b56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -8
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: other
3
  dataset_info:
4
- - config_name: swallow-code-v0.1-stage1
5
  features:
6
  - name: blob_id
7
  dtype: string
@@ -56,14 +56,15 @@ source_datasets:
56
 
57
  ## What is it?
58
 
59
-
60
 
61
  ## What is being released?
62
 
63
- - Swallow Code v0.1 stage 1
64
- - Swallow Code v0.1 stage 2
65
- - Swallow Code v0.1 stage 3
66
- - Swallow Code v0.1 stage 4
 
67
 
68
  ## Dataset Schema
69
 
@@ -94,10 +95,20 @@ source_datasets:
94
  }
95
  ```
96
 
97
-
98
  ## Licensing information
99
 
100
- ## Future work
 
 
101
 
102
  ## Citation information
103
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
  dataset_info:
4
+ - config_name: swallow-code-v0.1
5
  features:
6
  - name: blob_id
7
  dtype: string
 
56
 
57
  ## What is it?
58
 
59
+ Swallow-code-v0.1 consists of 4 staged dataset subsets and are filtered from [bigcode/the-stack-v2-train-smol-ids](https://huggingface.co/datasets/bigcode/the-stack-v2-train-smol-ids).
60
 
61
  ## What is being released?
62
 
63
+ The dataset is released in four versions:
64
+ - **Swallow Code v0.1 stage 1**: 36B tokens, 41M documents containing Python scripts.
65
+ - **Swallow Code v0.1 stage 2**: 31B tokens, 37M documents containing Python scripts that are syntax error-free.
66
+ - **Swallow Code v0.1 stage 3**: 20B tokens, documents containing Python scripts that are filtered with pylint score.
67
+ - **Swallow Code v0.1 stage 4**: 16B tokens, documents containing Python scripts that are filtered with code comments and literal language detection(English and Japanese).
68
 
69
  ## Dataset Schema
70
 
 
95
  }
96
  ```
97
 
 
98
  ## Licensing information
99
 
100
+ Swallow-code-v0.1 follows the license of the stack v2. The following is the license of the stack v2.
101
+
102
+ The Stack v2 is a collection of source code from repositories with various licenses. Any use of all or part of the code gathered in The Stack v2 must abide by the terms of the original licenses, including attribution clauses when relevant. We facilitate this by providing provenance information for each data point.
103
 
104
  ## Citation information
105
 
106
+ ```
107
+ @misc{lozhkov2024finemath,
108
+ author = { Kazuki Fujii, Rio Yokota },
109
+ title = { Swallow-Code-v0.1 },
110
+ year = 2024,
111
+ url = { https://huggingface.co/datasets/tokyotech-llm/swallow-code-v0.1 },
112
+ publisher = { Swallow Project }
113
+ }
114
+ ```