karimm6 commited on
Commit
b3084c9
·
verified ·
1 Parent(s): 6387ef5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -67,7 +67,7 @@ Because this dataset is partitioned using Parquet, you can load the entire multi
67
  from datasets import load_dataset
68
 
69
  # Load the mathematically normalized dataset for AI training
70
- dataset = load_dataset("your_username/FactoryNet_Unified_Robot_Data", "normalized")
71
 
72
  # Convert to a Pandas DataFrame
73
  df = dataset['train'].to_pandas()
 
67
  from datasets import load_dataset
68
 
69
  # Load the mathematically normalized dataset for AI training
70
+ dataset = load_dataset("karimm6/FactoryNet_Dataset", "normalized")
71
 
72
  # Convert to a Pandas DataFrame
73
  df = dataset['train'].to_pandas()