Skip to content
Snippets Groups Projects
Commit fa87a15d authored by yilun_jin's avatar yilun_jin
Browse files

Update docs/submission.md

parent 31b0c5bd
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ Your project should follow the structure outlined in the starter kit. Here’s a ...@@ -45,7 +45,7 @@ Your project should follow the structure outlined in the starter kit. Here’s a
├── models ├── models
│ ├── README.md # Documentation specific to the implementation of model interfaces │ ├── README.md # Documentation specific to the implementation of model interfaces
│ ├── base_model.py # Base model class │ ├── 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 │ └── user_config.py # IMPORTANT: Configuration file to specify your model
├── parsers.py # Model output parser ├── parsers.py # Model output parser
├── requirements.txt # Python packages to be installed for model development ├── requirements.txt # Python packages to be installed for model development
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment