Update README.md
Browse files
README.md
CHANGED
@@ -63,8 +63,8 @@ Swallow-code-v0.1 consists of 4 staged dataset subsets and are filtered from [bi
|
|
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,
|
67 |
-
- **Swallow Code v0.1 stage 4**: 16B tokens,
|
68 |
|
69 |
## Dataset Schema
|
70 |
|
|
|
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, 24M documents containing Python scripts that are filtered with pylint score.
|
67 |
+
- **Swallow Code v0.1 stage 4**: 16B tokens, 21M documents containing Python scripts that are filtered with code comments and literal language detection(English and Japanese).
|
68 |
|
69 |
## Dataset Schema
|
70 |
|