Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
size_categories:
|
| 8 |
+
- 1M<n<10M
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Dataset Card for random_words
|
| 12 |
+
random_words is a 10M line of random words for models to teach them to classify any word, this big dataset is in plaintext.
|
| 13 |
+
|
| 14 |
+
## Dataset Details
|
| 15 |
+
I used a python script to generate 100,000 words 10 times saved them into a text file and combined them into one file to have 10M lines of random English words and over 100M words to
|
| 16 |
+
you guys work with it.
|
| 17 |
+
|
| 18 |
+
### Dataset Description
|
| 19 |
+
|
| 20 |
+
random_words is a 10M line of random words for models to teach them to classify any word, this big dataset is in plaintext.
|
| 21 |
+
I used a python script to generate 100,000 words 10 times saved them into a text file and combined them into one file to have 10M lines of random English words and over 100M words to
|
| 22 |
+
you guys work with it.
|
| 23 |
+
|
| 24 |
+
- **Curated by:** George Cane
|
| 25 |
+
- **Language(s) (NLP):** English
|
| 26 |
+
- **License:** MIT
|
| 27 |
+
|
| 28 |
+
## Dataset Card Authors [optional]
|
| 29 |
+
|
| 30 |
+
George Cane
|