Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ Itihāsa is a Sanskrit-English translation corpus containing 93,000 Sanskrit shl
|
|
19 |
|
20 |
This repository contains the randomized train, development, and test sets. The original extracted data can be found [here](https://github.com/rahular/itihasa/tree/gh-pages/res) in JSON format. If you just want to browse the data, you can go [here](http://rahular.com/itihasa/).
|
21 |
|
22 |
-
##
|
23 |
```
|
24 |
>> from datasets import load_dataset
|
25 |
>> dataset = load_dataset("rahular/itihasa")
|
|
|
19 |
|
20 |
This repository contains the randomized train, development, and test sets. The original extracted data can be found [here](https://github.com/rahular/itihasa/tree/gh-pages/res) in JSON format. If you just want to browse the data, you can go [here](http://rahular.com/itihasa/).
|
21 |
|
22 |
+
## Usage
|
23 |
```
|
24 |
>> from datasets import load_dataset
|
25 |
>> dataset = load_dataset("rahular/itihasa")
|