diff --git a/docs/submission.md b/docs/submission.md index 521b595ef956b5e785e569100c613f8375fd6ac2..83f3f42550ee34de6182a2c4fa2d2abee17289b1 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