Update README.md
Browse files
README.md
CHANGED
|
@@ -66,6 +66,12 @@ The dataset is released in four versions:
|
|
| 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 |
|
| 71 |
```python
|
|
|
|
| 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 |
+
## Results and Performance
|
| 70 |
+
|
| 71 |
+
Llama-3.1-8B Performance after Continual Pretraining on 50B tokens Japanese, English, and Code(= swallow-code-v0.1) datasets.
|
| 72 |
+
|
| 73 |
+

|
| 74 |
+
|
| 75 |
## Dataset Schema
|
| 76 |
|
| 77 |
```python
|