Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ The Corpus Inscriptionum Latinarum is the largest collection of Latin inscriptio
|
|
| 31 |
```python
|
| 32 |
from datasets import load_dataset
|
| 33 |
|
| 34 |
-
dataset = load_dataset("
|
| 35 |
texts = dataset['train'].to_pandas()
|
| 36 |
texts
|
| 37 |
```
|
|
|
|
| 31 |
```python
|
| 32 |
from datasets import load_dataset
|
| 33 |
|
| 34 |
+
dataset = load_dataset("AncientLanguages/CIL")
|
| 35 |
texts = dataset['train'].to_pandas()
|
| 36 |
texts
|
| 37 |
```
|