Update README.md
Browse filesThis is a custom-created tabular text dataset containing brief entries related to sports, specifically football and basketball. The dataset was compiled from a Google Sheet and organized for potential use in text classification or simple natural language processing tasks. It is intended for educational and research purposes.
README.md
CHANGED
|
@@ -23,4 +23,17 @@ configs:
|
|
| 23 |
path: data/original-*
|
| 24 |
- split: augmented
|
| 25 |
path: data/augmented-*
|
| 26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
path: data/original-*
|
| 24 |
- split: augmented
|
| 25 |
path: data/augmented-*
|
| 26 |
+
license: mit
|
| 27 |
+
task_categories:
|
| 28 |
+
- text-classification
|
| 29 |
+
language:
|
| 30 |
+
- en
|
| 31 |
+
tags:
|
| 32 |
+
- sports
|
| 33 |
+
- data
|
| 34 |
+
- text
|
| 35 |
+
- football
|
| 36 |
+
- basketball
|
| 37 |
+
size_categories:
|
| 38 |
+
- 1K<n<10K
|
| 39 |
+
---
|