mstz commited on
Commit
ecd6d05
1 Parent(s): b349007

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -7,11 +7,12 @@ tags:
7
  - binary_classification
8
  pretty_name: Sonar
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
  - sonar
 
15
  ---
16
  # Sonar
17
  The [Sonar dataset](https://archive-beta.ics.uci.edu/dataset/151/connectionist+bench+sonar+mines+vs+rocks) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
@@ -26,5 +27,5 @@ Dataset to discriminate between sonar signals bounced off a metal cylinder and t
26
  ```python
27
  from datasets import load_dataset
28
 
29
- dataset = load_dataset("mstz/sonar", "sonar")["train"]
30
  ```
 
7
  - binary_classification
8
  pretty_name: Sonar
9
  size_categories:
10
+ - n<1K
11
+ task_categories:
12
  - tabular-classification
13
  configs:
14
  - sonar
15
+ license: cc
16
  ---
17
  # Sonar
18
  The [Sonar dataset](https://archive-beta.ics.uci.edu/dataset/151/connectionist+bench+sonar+mines+vs+rocks) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
 
27
  ```python
28
  from datasets import load_dataset
29
 
30
+ dataset = load_dataset("mstz/sonar")["train"]
31
  ```