ctjlewis commited on
Commit
8cdd2e7
·
verified ·
1 Parent(s): 2ba8441

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("SpellcraftAI/CIL")
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
  ```