Update README.md
Browse files
README.md
CHANGED
|
@@ -112,7 +112,7 @@ dataset_info:
|
|
| 112 |
```python
|
| 113 |
from datasets import load_dataset
|
| 114 |
|
| 115 |
-
numclaim = load_dataset("
|
| 116 |
sample = numclaim["train"][0]
|
| 117 |
|
| 118 |
print(sample["context"])
|
|
|
|
| 112 |
```python
|
| 113 |
from datasets import load_dataset
|
| 114 |
|
| 115 |
+
numclaim = load_dataset("gtfintechlab/Numclaim")
|
| 116 |
sample = numclaim["train"][0]
|
| 117 |
|
| 118 |
print(sample["context"])
|