Skip to content

Commit

Permalink
Add linting reminder line in root README
Browse files Browse the repository at this point in the history
  • Loading branch information
Razvan-Antonio Berbece committed Jul 11, 2023
1 parent 7a04d7e commit 3214e90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ The source codebase for the entire project and its comprising components can be

- `data_preprocess/` holds the scripts used to preprocess (clean, format, etc.) the raw message data before using it to finetune the language model
- `misc/` holds the code for miscellaneous features developed as part of the project (for instance word clouds generated from the clean data)
- `model/` holds the codebase for the language model architecture, finetuning process and other necessary features
- `model/` holds the codebase for the language model architecture, finetuning process and other necessary features

The Python codebase is formatted and indented using the `isort` and `black` packages.

0 comments on commit 3214e90

Please sign in to comment.