update readme
Browse files
README.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# The Pile -- PubMed Abstracts (refined by Data-Juicer)
|
@@ -75,4 +84,4 @@ process:
|
|
75 |
ignore_pattern: '\p{P}'
|
76 |
num_blocks: 10
|
77 |
hamming_distance: 8 # larger hamming distance threshold for short texts
|
78 |
-
```
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- data-juicer
|
9 |
+
- pretraining
|
10 |
+
size_categories:
|
11 |
+
- 100K<n<1M
|
12 |
---
|
13 |
|
14 |
# The Pile -- PubMed Abstracts (refined by Data-Juicer)
|
|
|
84 |
ignore_pattern: '\p{P}'
|
85 |
num_blocks: 10
|
86 |
hamming_distance: 8 # larger hamming distance threshold for short texts
|
87 |
+
```
|