AIcell commited on
Commit
c0ed227
·
verified ·
1 Parent(s): 7d9dd37

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -51,7 +51,7 @@ The news article corpus used as context for LLM predictions. Contains:
51
  ```python
52
  from datasets import load_dataset
53
 
54
- dataset = load_dataset("war-forecast-arena/war-forecast-bench")
55
  ```
56
 
57
  Or use with the evaluation pipeline:
 
51
  ```python
52
  from datasets import load_dataset
53
 
54
+ dataset = load_dataset("AIcell/war-test-dataset")
55
  ```
56
 
57
  Or use with the evaluation pipeline: