First of all, register to Cohere https://dashboard.cohere.ai/register
After registration you need to head over to the Playground https://os.cohere.ai/playground
Next, we can check out the Cohere Playground.The Cohere Classify Playground is a great tool for testing your ideas and getting started with a project. It has a clean UI and can export your code in multiple languages.
We will choose generate endpoint with default language model.
For this example I will use the Extract entities from Invoices example. And rewrite it just to show how great this model is.
We will extract names from sentences. You can paste the following sentences in the Playground and see how the model extracts the names.
In my test it was correctly generating the answer even with two examples.
And from the playground we can export the code in multiple languages.
Cohere is giving a great solution to extract entities from text with endless possibilities.