admin commited on
Commit
d3b4550
·
1 Parent(s): a649347

refine md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,13 +56,13 @@ configs:
56
  path: default/test/data-*.arrow
57
  ---
58
 
59
-
60
  # Intro
61
  The Fruit and Vegetable Quality Dataset is a multi‑category image dataset designed for quality classification and produce recognition tasks. It contains over 19,000 images across seven fruit and vegetable types (apples, bananas, cucumbers, okra, oranges, potatoes, and tomatoes), each annotated with a binary quality label (fresh or rotten). The dataset is split into training (13,355 samples), validation (2,857), and test (2,867) sets, providing a standardized benchmark for developing and evaluating computer vision models in agricultural quality inspection. With an MIT license and a size range of 10K to 100K samples, the dataset supports academic and industrial research in tasks such as defect detection, quality grading, and species identification.
62
 
63
  ## Usage
64
  ```python
65
  from datasets import load_dataset
 
66
  ds = load_dataset(
67
  "RobotIX-Lab/fruit_quality",
68
  name="default",
 
56
  path: default/test/data-*.arrow
57
  ---
58
 
 
59
  # Intro
60
  The Fruit and Vegetable Quality Dataset is a multi‑category image dataset designed for quality classification and produce recognition tasks. It contains over 19,000 images across seven fruit and vegetable types (apples, bananas, cucumbers, okra, oranges, potatoes, and tomatoes), each annotated with a binary quality label (fresh or rotten). The dataset is split into training (13,355 samples), validation (2,857), and test (2,867) sets, providing a standardized benchmark for developing and evaluating computer vision models in agricultural quality inspection. With an MIT license and a size range of 10K to 100K samples, the dataset supports academic and industrial research in tasks such as defect detection, quality grading, and species identification.
61
 
62
  ## Usage
63
  ```python
64
  from datasets import load_dataset
65
+
66
  ds = load_dataset(
67
  "RobotIX-Lab/fruit_quality",
68
  name="default",