And so we say goodbye to July. That was fast
11:00 meeting with Wolfram – went well!
SBIRs
- Back to setting up the NNM project codebase. Here’s what I was planning before getting pulled off:
- First, a program that reads in a config file and generates a file of activations for each layer. This will be a fixed size ring buffer of tokens so that the number of vectors for each layer is fixed for the “evolution”
- Then code that reads the same config file to produce a set of UMAP files, again one for each layer.
- Last, the visualization code using Plotly. It either reads the same config or the user can navigate to it. Management of all the files (12 layers of embeddings, 12 layers of UMAP) will be managed by extension. Might want to set up folders though.
- Started up the instance and getting back to work
