mstz commited on
Commit
a4e098e
1 Parent(s): 5971f4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  - tabular_classification
7
  - binary_classification
8
  - multiclass_classification
9
- pretty_name: Adult
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
- # Adult
18
- The [Adult dataset](https://archive.ics.uci.edu/ml/datasets/Adult) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
19
- Census dataset including personal characteristic of a person, and their income threshold.
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", "chess")["train"]
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
  ```