mstz commited on
Commit
568af05
·
1 Parent(s): 5fe8d28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -7,20 +7,21 @@ tags:
7
  - multiclass_classification
8
  pretty_name: Balance scale
9
  size_categories:
10
- - 10K<n<100K
11
- task_categories: # Full list at https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
12
  - tabular-classification
13
  configs:
14
  - balance
15
  ---
16
  # Balance scale
17
  The [Balance scale dataset](https://archive-beta.ics.uci.edu/dataset/12/balance+scale) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
18
- Two weights are put on the arms of a scale. Is the scale balanced?
 
19
 
20
  # Configurations and tasks
21
  | **Configuration** | **Task** | Description |
22
  |-------------------|---------------------------|---------------------------------------------------------------|
23
- | balance | Multiclass classification | Predict if the scale is balanced. |
24
 
25
  # Usage
26
  ```python
 
7
  - multiclass_classification
8
  pretty_name: Balance scale
9
  size_categories:
10
+ - n<1K
11
+ task_categories:
12
  - tabular-classification
13
  configs:
14
  - balance
15
  ---
16
  # Balance scale
17
  The [Balance scale dataset](https://archive-beta.ics.uci.edu/dataset/12/balance+scale) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
18
+
19
+ Two weights are put on the arms of a scale. Where does the scale tilt?
20
 
21
  # Configurations and tasks
22
  | **Configuration** | **Task** | Description |
23
  |-------------------|---------------------------|---------------------------------------------------------------|
24
+ | balance | Multiclass classification | Where does the scale tilt? |
25
 
26
  # Usage
27
  ```python