claytonsds commited on
Commit
a9be8fe
·
verified ·
1 Parent(s): 6643dda

update: README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -3,7 +3,6 @@ license: apache-2.0
3
 
4
  task_categories:
5
  - image-classification
6
- - image-regression
7
 
8
  language:
9
  - en
@@ -49,7 +48,6 @@ Images are organized in a folder structure where the **label is encoded in the d
49
  ## Data Structure
50
 
51
  The dataset follows a standard split structure:
52
-
53
  ```
54
  dataset/
55
  ├── train/
@@ -74,7 +72,7 @@ dataset/
74
  ## Labels
75
 
76
  * **Type**: Numerical (float)
77
- * **Description**: Water column height (e.g., in centimeters or equivalent unit)
78
  * **Source**: Encoded directly in the directory name
79
 
80
  For classification tasks, labels can be treated as discrete classes.
 
3
 
4
  task_categories:
5
  - image-classification
 
6
 
7
  language:
8
  - en
 
48
  ## Data Structure
49
 
50
  The dataset follows a standard split structure:
 
51
  ```
52
  dataset/
53
  ├── train/
 
72
  ## Labels
73
 
74
  * **Type**: Numerical (float)
75
+ * **Description**: Water column height (e.g., in centimeters)
76
  * **Source**: Encoded directly in the directory name
77
 
78
  For classification tasks, labels can be treated as discrete classes.