hreyulog commited on
Commit
0b723cb
·
verified ·
1 Parent(s): f6bc554

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -99,7 +99,7 @@ Each split is a **JSON Lines (.jsonl) file**, where each line is a JSON object r
99
  from datasets import load_dataset
100
 
101
  # Load the dataset
102
- dataset = load_dataset("hreyulog/arkts-code-docstring")
103
 
104
  # Inspect the first training example
105
  print(dataset["train"][0])
 
99
  from datasets import load_dataset
100
 
101
  # Load the dataset
102
+ dataset = load_dataset("XXX")
103
 
104
  # Inspect the first training example
105
  print(dataset["train"][0])