Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -44,7 +44,7 @@ https://www.voynich.nu/data/000_README.txt) for more info.
|
|
| 44 |
```python
|
| 45 |
from datasets import load_dataset
|
| 46 |
|
| 47 |
-
dataset = load_dataset("
|
| 48 |
texts = dataset['train'].to_pandas()
|
| 49 |
|
| 50 |
# Set index
|
|
|
|
| 44 |
```python
|
| 45 |
from datasets import load_dataset
|
| 46 |
|
| 47 |
+
dataset = load_dataset("AncientLanguages/Voynich")
|
| 48 |
texts = dataset['train'].to_pandas()
|
| 49 |
|
| 50 |
# Set index
|