diff --git a/README.md b/README.md index ee676a7cc..02ac3a612 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ Southeast Asia is home to more than 1,000 native languages. Nevertheless, Southe ## How to Use -> Coming soon! - ### Library Installation Find seacrowd library (v0.1.3) at https://pypi.org/project/seacrowd/. (See our release notes [here](https://github.com/SEACrowd/seacrowd-datahub/releases/tag/0.1.3).) @@ -74,6 +72,8 @@ We can also load the dataloader from the metadata if we want. khpos_dset = khpos_meta.load_dataset() ``` +> For the functions' sample outputs, check our [release notes](https://github.com/SEACrowd/seacrowd-datahub/releases/tag/0.1.3). + ## How to Contribute Check out our [CONTRIBUTING.md](https://github.com/SEACrowd/seacrowd-datahub/blob/master/CONTRIBUTING.md) for a gentle introduction to contributing in SEACrowd. Jump straight ahead to [DATALOADER.md](https://github.com/SEACrowd/seacrowd-datahub/blob/master/DATALOADER.md) if you have decided to contribute by implementing dataloaders for our Data Hub!