CJJones commited on
Commit
242642b
·
verified ·
1 Parent(s): 9b57b8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -21,7 +21,7 @@ size_categories:
21
 
22
  This dataset contains a sample subset of structured vehicle diagnostic logs generated for various vehicle types and subsystems, such as **transmissions**, **battery systems**, **brakes**, and **engines**. Each entry includes detailed parameters such as fault codes, performance metrics, measurements, temporal trends, and maintenance recommendations.
23
 
24
- This subset (500 examples) is meant to demonstrate the structure and potential use cases of the **full dataset** available commercially on [Gumroad](https://cadenlight1.gumroad.com/l/oizcli) for industrial, machine learning, and predictive maintenance applications.
25
 
26
  ## 💡 Use Cases
27
 
@@ -49,5 +49,5 @@ Each entry follows the structure:
49
 
50
  from datasets import load_dataset
51
 
52
- dataset = load_dataset("cadenlight1/vehicle-diagnostic-sample")
53
  print(dataset["train"][0])
 
21
 
22
  This dataset contains a sample subset of structured vehicle diagnostic logs generated for various vehicle types and subsystems, such as **transmissions**, **battery systems**, **brakes**, and **engines**. Each entry includes detailed parameters such as fault codes, performance metrics, measurements, temporal trends, and maintenance recommendations.
23
 
24
+ This subset (500 examples) is meant to demonstrate the structure and potential use cases of the **full dataset** available commercially on [Gumroad](https://datadeveloper1.gumroad.com/l/oizcli) for industrial, machine learning, and predictive maintenance applications.
25
 
26
  ## 💡 Use Cases
27
 
 
49
 
50
  from datasets import load_dataset
51
 
52
+ dataset = load_dataset("cjjones/vehicle-diagnostic-sample")
53
  print(dataset["train"][0])