microsoft / deep-language-networks

We view Large Language Models as stochastic language layers in a network, where the learnable parameters are the natural language prompts at each layer. We stack two such layers, feeding the output of one layer to the next. We call the stacked architecture a Deep Language Network - DLN
MIT License
91 stars 13 forks source link

[WIP] Migrate codebase to support openai=1.0.0+ #41

Closed MarcCote closed 6 months ago

MarcCote commented 9 months ago

Fixes #39

MarcCote commented 7 months ago

Needs a rebase

MarcCote commented 6 months ago

Closing in favor of #51