Update README.md
Browse files
README.md
CHANGED
|
@@ -20,11 +20,13 @@ so13m is a dataset containing 13m discussion threads from StackOverflow. The ori
|
|
| 20 |
---
|
| 21 |
## so13m dataset details
|
| 22 |
|
|
|
|
|
|
|
| 23 |
| Config | Value |
|
| 24 |
| ------- | ------- |
|
| 25 |
-
|number of tokens |
|
| 26 |
-
|number of
|
| 27 |
-
|number of files | 8,402,038 |
|
| 28 |
-
|number of projects | 52,933 |
|
| 29 |
|megabytes after processing |16,695 |
|
| 30 |
|
|
|
|
|
|
|
|
|
| 20 |
---
|
| 21 |
## so13m dataset details
|
| 22 |
|
| 23 |
+
We provide the size of our dataset in the following table:
|
| 24 |
+
|
| 25 |
| Config | Value |
|
| 26 |
| ------- | ------- |
|
| 27 |
+
|number of tokens | 10,495,518,108|
|
| 28 |
+
|number of Stack Overflow Posts | 13,071,148|
|
|
|
|
|
|
|
| 29 |
|megabytes after processing |16,695 |
|
| 30 |
|
| 31 |
+
We tokenize our data using scripts provided in our [github repository](https://github.com/apcl-research/jam/blob/main/data/jam_so13m/prepare_stackoverflow.py).
|
| 32 |
+
|