Week 4
May 05/26/23
- AI3
May 05/25/23
- AI3
- Luckily, the creator of the PR replied quickly and his fix allows me to load the OPT model with
peftandlorafor further processing. - The next task to figure out is tokenization part of the problem.
- With context length of the questions and answers going above the max length of the model
- How to truncate the sentences and answers in that case?
- What is the accepted practice?
- Luckily, the creator of the PR replied quickly and his fix allows me to load the OPT model with
May 05/24/23
- NKY - Presentation
- AI3
- Checkout PR from huggingface to use
peftfor QuestionAnswering - Try running the code and use the OPT model with that
- The code crashed and it was reported in the issue.
- Checkout PR from huggingface to use
May 05/23/23
- AI3
- Update diagram and walk Sudhir through the tokenizer stuff
- OH
- 1 hr meeting for everyone, walk everyone through
May 05/22/23
- Setup MSI Ubuntu machine with cuda
- Check if we can train on the GPU inside Ubuntu
- Document the process used to setup cuda/python/env variables and making a test run.
- Pipe breaks app
- Document runs made by Vannary
- Get list of remaining runs
- Low Priority: How can we use flower (for federated learning) over here?
- Maybe have a simple excel sheet with the expected feature shape for base covariates and additional covariates
- AI3
- Use
peft+lorain Causal LM mode to train locally in Ubuntu on MSI - Export out the custom data structure with all the Jaccard distance values
- Revise the lookup function
- Train model with
peft+loraon custom dataset - Train model for QA on the JSON data that we have created
- Use
- (Low Priority) Colab notebooks
- Clean 1-2 notebooks daily and push them to their appropriate repository