Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -101,7 +101,6 @@ from datasets import load_dataset
|
|
| 101 |
import json
|
| 102 |
|
| 103 |
# Load the full dataset
|
| 104 |
-
# Note: If the dataset is private, make sure to run `huggingface-cli login` first.
|
| 105 |
dataset = load_dataset("OpenCausaLab/LINA-PAP", split="train")
|
| 106 |
|
| 107 |
# Example: Accessing a single sample
|
|
|
|
| 101 |
import json
|
| 102 |
|
| 103 |
# Load the full dataset
|
|
|
|
| 104 |
dataset = load_dataset("OpenCausaLab/LINA-PAP", split="train")
|
| 105 |
|
| 106 |
# Example: Accessing a single sample
|