Upload README.md with huggingface_hub
Browse files
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("
|
| 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:
|