what happens when we realize we were just stochastic parrots all along?
LLMS
-
LangChain 0.0.12 Release with AI21Labs and Manifest Integrations
By
–
LangChain version 0.0.12 Two super exciting integrations! @AI21Labs integration (from a friend of @YuvalinTheDeep
) Integration with @HazyResearch
's manifest library (with help from @laurel_orr1
) -

Build Train Evaluate GPT Models NVIDIA NeMo Megatron
By
–
Learn how to construct, train, and evaluate a GPT model using NVIDIA NeMo with Megatron on Jupyter Notebooks in a new free, hands-on lab from NVIDIA LaunchPad. Get started: https://
nvda.ws/3tm9ABs -

Model Capabilities Emerge with Scale: Sentiment Classification Study
By
–
This is a wonderful study on the emergence of model capabilities with scale. It is remarkable to see sentiment classification working with 1 data point, and fascinating to see the effectiveness of chain of thought prompting growing with scale.
-
AGI Parameter Count vs Brain Synapses: Current Models Scale
By
–
A common view is that human level AGI will require a parameter count in the order of magnitude of the brain’s 100 trillion synapses. The large language models and image generators are only about 1/1000 of that, but they already contain more information than a single human
-
Multiple prompts and fine-tunes serve different AI purposes
By
–
Depends! We have many prompts and fine-tunes in place, each with a different purpose, some working together.
-

Training Transformers at Scale for Scientific Applications
By
–
Transformers and other large language models have shown impressive capabilities as foundation models for domains such as NLP and CV. Join Andy Hock, our VP of Product, at #SC22, as he discusses new algorithms, software, and hardware for training transformers at scale for science
-
GPT performance varies significantly by use case
By
–
Like most things with GPT, it’s super case by case
-
Prompt Examples: Impact on Model Performance and Variation
By
–
Depends on the prompt! More examples is especially helpful when the examples relate to one another and contain explicit information to inform future generations. But too many examples can lead to decreased performance and variation in responses.
-
Writing Effective AI Prompts: Language Skills and Formatting
By
–
For example, my go-to is to provide instructions in plain English, then examples in JSON for easy parsing. I’ve seen others use English for everything. Or markdown. One thing is clear though — great language + reasoning skills are necessary to write good prompts.