random_words / README.md
georgecane's picture
Update README.md
6b8f4eb verified
---
license: mit
task_categories:
- text-classification
language:
- en
size_categories:
- 1M<n<10M
---
# Dataset Card for random_words
random_words is a 10M line of random words for models to teach them to classify any word, this big dataset is in plaintext.
## Dataset Details
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
you guys work with it.
### Dataset Description
random_words is a 10M line of random words for models to teach them to classify any word, this big dataset is in plaintext.
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
you guys work with it.
- **Curated by:** George Cane
- **Language(s) (NLP):** English
- **License:** MIT
## Dataset Card Authors
George Cane