metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This is a small subset representing the 10K records from the original OSCAR dataset, "unshuffled_deduplicated_en" subset - created for testing. The records were extracted after having been shuffled.
|
2 |
|
3 |
The full 1TB+ dataset is at https://huggingface.co/datasets/oscar.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: "Apache 2.0"
|
5 |
+
datasets:
|
6 |
+
- oscar
|
7 |
+
---
|
8 |
+
|
9 |
+
# OSCAR EN 10K for testing
|
10 |
+
|
11 |
This is a small subset representing the 10K records from the original OSCAR dataset, "unshuffled_deduplicated_en" subset - created for testing. The records were extracted after having been shuffled.
|
12 |
|
13 |
The full 1TB+ dataset is at https://huggingface.co/datasets/oscar.
|