...
Deliverables - Repository
Note |
---|
Please put your model checkpoint file on Canvas! If you make changes in Dialogflow export your agent into a zip file and replace the BellaBot zip file in the repository. If you make changes to the repository structure, running process, or install process add a README.md to your repository explaining how to use your agent correctly. If you want us to test or see something specifically add it to the README file. Let us know if you made specific changes in files we should take note of. |
Please ensure the following items are included and properly organized when submitting your project:
...
Main Branch:
Contains the full codebase for inclusion, exclusion, and all extensions.
Includes the final pipeline implementation.
with Dialogflow or as a complete connected pipelinezip file if you made Dialogflow changes.
Branch Structure:
inclusion_only
: Contains the codebase focusing solely on inclusion logic (with Dialogflow for the MARBEL agent)inclusion_exclusion
: Contains the codebase for inclusion and exclusion logic combined (with Dialogflow or without for the MARBEL agent).
...
Provide the trained model file in Canvas:
Checkpoint File:
model_checkpoint.pt
.
...
Ensure your Git repository is well-organized, with proper branch structure.
Verify that all files mentioned above are present, named appropriately, and accessible.
...
Note |
---|
Please put your model checkpoint file on Canvas! If you make changes in Dialogflow export your agent into a zip file and replace the BellaBot zip file in the repository. If you make changes to the repository structure, running process, or install process add a README.md to your repository explaining how to use your agent correctly. If you want us to test or see something specifically add it to the README file. |