Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 919 Bytes

hypernetwork_embedding_for_code.md

File metadata and controls

21 lines (16 loc) · 919 Bytes

hypernetwork code embedding








use LLM embeddings to seed information at varying levels of hierarchy for learning improved embeddings over the codebase

  • AST for types
  • keywords, functions classes, variables, etc.
  • openai embeddings over sliding windows of tokens
  • learn embeddings for respective functions, classes, lines of text, etc