⚙️What is Cohere playground?

It is a visual interface for users to test Cohere's large language models without a single line of code. To familiarize yourself with the endpoints, you are recommended to click the Generate or Calculate button on each endpoint and observing the outputs. Use the playground to test your use cases and when you're ready to start building, simply click Export Code to add Cohere's functionality to your application.

The Cohere Platform

Cohere offers an API to add cutting-edge language processing to any system. Cohere trains massive language and puts them behind a simple API. Moreover, through training, users can create massive models customized to their use case and trained on their data. This way, Cohere handles the complexities of collecting massive amounts of text data, the ever-evolving neural network architectures, distributed training, and serving models around the clock.

Two major categories of large language models are generative language models (like GPT2 and GPT3) and representation language models (BERT). Cohere offers variants of both types.

Summarize

Large language models present a breakthrough in text generation. For the first time in history, we have software programs that can write text that sounds like it's written by humans. These capabilities open doors to use cases like summarization or paraphrasing.

A summarization prompt in the Cohere playground shows this output(in bold).

Large language models can be adapted to new tasks with impressive speed. For tasks which appear in the training data(i.e. documents on the web), language models can successfully summarize text without being shown any examples at all.

Last updated