From 9a7c5b04d063169103c8e4325897c95fa783fbf6 Mon Sep 17 00:00:00 2001 From: "S.P. Mohanty" <spmohanty91@gmail.com> Date: Mon, 1 Apr 2024 20:42:19 +0000 Subject: [PATCH] update docs --- docs/submission.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submission.md b/docs/submission.md index 7cb7a28..ccac639 100644 --- a/docs/submission.md +++ b/docs/submission.md @@ -33,13 +33,13 @@ Your project should follow the structure outlined in the starter kit. Here’s a ``` . ├── README.md # Project documentation and setup instructions +├── .dockerignore # dockerignore file to exclude large models from image building phase ├── aicrowd.json # Submission meta information - like your username, track name ├── data │ └── development.json # Development dataset local testing ├── docs │ └── runtime.md # Documentation on the runtime environment setup, dependency confifgs ├── local_evaluation.py # Use this to check your model evaluation flow locally -├── metrics.py # Scripts to calculate evaluation metrics for your model's performance ├── models │ ├── README.md # Documentation specific to the implementation of model interfaces │ ├── base_model.py # Base model class -- GitLab