From 3fcc7243ebe8f7a992a3dc64a032eb2341b8e492 Mon Sep 17 00:00:00 2001 From: Roma Koulikov Date: Fri, 8 Dec 2023 16:49:55 -0500 Subject: [PATCH] Added headers to readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7eb1b0d..8e7e81b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ group to yours. Run the shell script from your command line. `az ml job download --all -n ` ---------------- -Architecture: +### Architecture + We are interested in 3 things: 1. Establish baseline code model performance on test functions 2. Finetune code models with our own functions @@ -29,7 +30,7 @@ we combine them into 1 Azure component. So we have essentially 2 components tha wan reuse for different code-generating models that we want to run. ------------------- -Thoughts +### Thoughts - In theory, highly descriptive docstrings for functions that have a set structure to them should lend themselves well to language modeling - OTOH, there are lots of outside concepts that the LM doesn't know to incorporate