rahular commited on
Commit
3ea35e9
1 Parent(s): e480efd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- ## Loading with `datasets`
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")