Author details updated
Browse files
README.md
CHANGED
|
@@ -55,7 +55,7 @@ Each example in the dataset follows this JSON format:
|
|
| 55 |
from datasets import load_dataset
|
| 56 |
|
| 57 |
# Load from Hugging Face Hub
|
| 58 |
-
dataset = load_dataset("
|
| 59 |
|
| 60 |
# Or load from local JSONL file
|
| 61 |
dataset = load_dataset("json", data_files="star_trek_guard_dataset.jsonl")
|
|
@@ -199,9 +199,9 @@ If you use this dataset in your research or project, please cite it appropriatel
|
|
| 199 |
```bibtex
|
| 200 |
@dataset{star_trek_guard_dataset,
|
| 201 |
title={Star Trek Guard Dataset},
|
| 202 |
-
author={
|
| 203 |
-
year={
|
| 204 |
-
url={https://huggingface.co/datasets/
|
| 205 |
}
|
| 206 |
```
|
| 207 |
|
|
|
|
| 55 |
from datasets import load_dataset
|
| 56 |
|
| 57 |
# Load from Hugging Face Hub
|
| 58 |
+
dataset = load_dataset("geoffmunn/star-trek-guard-dataset")
|
| 59 |
|
| 60 |
# Or load from local JSONL file
|
| 61 |
dataset = load_dataset("json", data_files="star_trek_guard_dataset.jsonl")
|
|
|
|
| 199 |
```bibtex
|
| 200 |
@dataset{star_trek_guard_dataset,
|
| 201 |
title={Star Trek Guard Dataset},
|
| 202 |
+
author={Geoff Munn},
|
| 203 |
+
year={2025},
|
| 204 |
+
url={https://huggingface.co/datasets/geoffmunn/star-trek-guard-dataset}
|
| 205 |
}
|
| 206 |
```
|
| 207 |
|