From 5aa1ec1630ccc29a30310300ba3ab28a631253bc Mon Sep 17 00:00:00 2001 From: Firoj Alam Date: Mon, 18 Sep 2023 07:13:46 +0300 Subject: [PATCH] fixed tutorials path --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 435d34b0..2a6d5e75 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ Before you begin, please ensure you have the following installed: ## Adding New Dataset, Task, Models or Features -If you are adding [new dataset, task, models or features](tutorial), please ensure: +If you are adding [new dataset, task, models or features](docs/tutorials), please ensure: - The code is well-documented. - You have added corresponding tests. @@ -64,13 +64,13 @@ We welcome contributions of all types, however, we are particularly interested i - **Datasets:** Contribute by adding new datasets in the field of large language models. - Create a new dataset loading scripts to include your new dataset. Before doing so, please check if it has already been implemented. - Provide proper citations and documentation for the dataset.
- Please check examples in the tutorial -- [adding dataset](tutorials/adding_dataset.md) + Please check examples in the tutorial -- [adding dataset](docs/tutorials/adding_dataset.md) - **Tasks:** Contribute on tasks that can help to the community, for exampels tasks reported in: - ***MMLU:*** [paper](https://arxiv.org/pdf/2009.03300.pdf), [hugging face](https://huggingface.co/datasets/cais/mmlu) - ***BigBench:*** [paper](https://arxiv.org/abs/2206.04615), [git repo](https://github.com/google/BIG-bench)
- Please find the examples in the tutorial -- [adding task](tutorials/adding_task.md) + Please find the examples in the tutorial -- [adding task](docs/tutorials/adding_task.md) - **Assets:** Contribute to the assets (prompts, post-processing etc.) associated with the tasks and datasets
-Please find the examples in the tutorial -- [adding asset](tutorials/adding_asset.md) +Please find the examples in the tutorial -- [adding asset](docs/tutorials/adding_asset.md)