geoffmunn commited on
Commit
8db1bd0
·
verified ·
1 Parent(s): 0660f29

Author details updated

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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("your-username/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,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={Your Name},
203
- year={2024},
204
- url={https://huggingface.co/datasets/your-username/star-trek-guard-dataset}
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