Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ tags:
|
|
6 |
- tabular_classification
|
7 |
- binary_classification
|
8 |
- multiclass_classification
|
9 |
-
pretty_name:
|
10 |
size_categories:
|
11 |
- 1K<n<10K
|
12 |
task_categories: # Full list at https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
|
@@ -14,9 +14,9 @@ task_categories: # Full list at https://github.com/huggingface/hub-docs/blob/ma
|
|
14 |
configs:
|
15 |
- chess
|
16 |
---
|
17 |
-
#
|
18 |
-
The [
|
19 |
-
|
20 |
|
21 |
# Configurations and tasks
|
22 |
| **Configuration** | **Task** | **Description** |
|
@@ -27,5 +27,5 @@ Census dataset including personal characteristic of a person, and their income t
|
|
27 |
```python
|
28 |
from datasets import load_dataset
|
29 |
|
30 |
-
dataset = load_dataset("mstz/chess"
|
31 |
```
|
|
|
6 |
- tabular_classification
|
7 |
- binary_classification
|
8 |
- multiclass_classification
|
9 |
+
pretty_name: Chess Rock VS Pawn
|
10 |
size_categories:
|
11 |
- 1K<n<10K
|
12 |
task_categories: # Full list at https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
|
|
|
14 |
configs:
|
15 |
- chess
|
16 |
---
|
17 |
+
# Chess Rock VS Pawn
|
18 |
+
The [Chess Rock VS Pawn dataset](https://archive-beta.ics.uci.edu/dataset/22/chess+king+rook+vs+king+pawn) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
|
19 |
+
|
20 |
|
21 |
# Configurations and tasks
|
22 |
| **Configuration** | **Task** | **Description** |
|
|
|
27 |
```python
|
28 |
from datasets import load_dataset
|
29 |
|
30 |
+
dataset = load_dataset("mstz/chess")["train"]
|
31 |
```
|