Jake Mitchinson commited on
Commit
fa3bfa9
·
1 Parent(s): ddcf6e1

Update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,7 +65,7 @@ This dataset is completely self-contained and does NOT require `trust_remote_cod
65
  from datasets import load_dataset
66
 
67
  # Load the dataset directly from the Hub
68
- dataset = load_dataset("YOUR_USERNAME/conll2003")
69
 
70
  # Access splits
71
  train_data = dataset["train"]
 
65
  from datasets import load_dataset
66
 
67
  # Load the dataset directly from the Hub
68
+ dataset = load_dataset("jacobmitchinson/conll2003")
69
 
70
  # Access splits
71
  train_data = dataset["train"]