From fa87a15d34a1f6b3e796b991057458f1613bfcec Mon Sep 17 00:00:00 2001 From: yilun_jin <jyl.jal123@gmail.com> Date: Fri, 22 Mar 2024 05:09:28 +0000 Subject: [PATCH] Update docs/submission.md --- docs/submission.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submission.md b/docs/submission.md index 521b595..83f3f42 100644 --- a/docs/submission.md +++ b/docs/submission.md @@ -45,7 +45,7 @@ Your project should follow the structure outlined in the starter kit. Here’s a ├── models │ ├── README.md # Documentation specific to the implementation of model interfaces │ ├── base_model.py # Base model class -│ ├── dummy_model.py # A simple or placeholder model for demonstration or testing +│ ├── dummy_model.py # A simple or placeholder model for demonstration or testing. We also implement a simple Vicuna-7B baseline here. │ └── user_config.py # IMPORTANT: Configuration file to specify your model ├── parsers.py # Model output parser ├── requirements.txt # Python packages to be installed for model development -- GitLab