-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0cf3abe
commit 55b2be0
Showing
29 changed files
with
2,578 additions
and
34 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"organization": "cohere", | ||
"version": "0.37.15" | ||
"version": "0.37.16" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,74 +9,69 @@ keywords: "natural language processing, generative AI, fine-tuning models" | |
createdAt: "Thu Oct 13 2022 21:30:34 GMT+0000 (Coordinated Universal Time)" | ||
updatedAt: "Mon Jun 24 2024 09:16:55 GMT+0000 (Coordinated Universal Time)" | ||
--- | ||
Cohere allows developers and enterprises to build LLM-powered applications. We do that by creating world-class models, and the supporting platform to deploy them securely and privately. | ||
Cohere allows developers and enterprises to build LLM-powered applications. We do that by creating world-class models, along with the supporting platform required to deploy them securely and privately. | ||
|
||
## Cohere Large Language Models (LLMs). | ||
|
||
The Command family of models includes [Command](https://cohere.com/models/command), [Command R](/docs/command-r), and [Command R+](/docs/command-r-plus). Together, they are the text-generation LLMs powering conversational agents, summarization, copywriting, and similar use cases. They work through the [Chat](/reference/chat) endpoint, which can be used with or without [retrieval augmented generation](/docs/retrieval-augmented-generation-rag) (RAG). | ||
The Command family of models includes [Command](https://cohere.com/models/command), [Command R](/docs/command-r), and [Command R+](/docs/command-r-plus). Together, they are the text-generation LLMs powering conversational agents, summarization, copywriting, and similar use cases. They work through the [Chat](/reference/chat) endpoint, which can be used with or without [retrieval augmented generation](/docs/retrieval-augmented-generation-rag) RAG. | ||
|
||
[Rerank](https://txt.cohere.com/rerank/) is the fastest way to inject the intelligence of a language model into an existing search system. It can be accessed via the [Rerank](/reference/rerank-1) endpoint. | ||
|
||
[Embed](https://cohere.com/models/embed) improves the accuracy of search, classification, clustering, and RAG results. It also powers the [Embed](/reference/embed) and [Classify](/reference/classify) endpoints. | ||
|
||
<img src='../../assets/images/b483350-Visual_1.png' /> | ||
|
||
<img src="../../assets/images//b483350-Visual_1.png" /> | ||
|
||
[Click here](/docs/foundation-models) to learn more about Cohere foundation models. | ||
|
||
## These LLMs Make it Easy to Build Conversational Agents (and Other LLM-powered Apps) | ||
|
||
Try [Coral](http://coral.cohere.com) to see what an LLM-powered conversational agent can look like. It is able to converse, summarize text, and write emails and articles. | ||
Try [the Chat UI](https://coral.cohere.com) to see what an LLM-powered conversational agent can look like. It is able to converse, summarize text, and write emails and articles. | ||
|
||
<img src='../../assets/images/ff41a67-Visual_2.png' /> | ||
<img src="../../assets/images//ebb82f9-Screenshot_2024-07-10_at_9.27.11_AM.png" /> | ||
|
||
Our goal, however, is to enable you to build your own LLM-powered applications. The [Chat endpoint](/docs/chat-api), for example, can be used to build a conversational agent powered by the Command family of models. | ||
|
||
Our goal, however, is to enable you to build your own LLM-powered applications. The [Chat endpoint](/docs/cochat-beta), for example, can be used to build a conversational agent powered by the Command family of models. | ||
|
||
<img src='../../assets/images/f4a351b-Visual_3.png' /> | ||
|
||
<img src="../../assets/images//f4a351b-Visual_3.png" alt="A diagram of a conversational agent." /> | ||
|
||
### Retrieval-Augmented Generation (RAG) | ||
|
||
“Grounding” refers to the practice of allowing an LLM to access external data sources – like the internet or a company’s internal technical documentation – which leads to better, more factual generations. | ||
|
||
Coral is being used with grounding enabled in the screenshot below, and you can see how accurate and information-dense its reply is. | ||
|
||
<img src='../../assets/images/8971b33-Visual_4.png' /> | ||
Chat is being used with grounding enabled in the screenshot below, and you can see how accurate and information-dense its reply is. | ||
|
||
<img src="../../assets/images//04315e6-Screenshot_2024-07-10_at_9.29.25_AM.png" /> | ||
|
||
What’s more, Coral’s advanced RAG capabilities allow you to see what underlying query the model generates when completing its tasks, and its output includes [citations](/docs/documents-and-citations) pointing you to where it found the information it uses. Both the query and the citations can be leveraged alongside the Cohere Embed and Rerank models to build a remarkably powerful RAG system, such as the one found in [this guide](https://txt.cohere.com/rag-chatbot/). | ||
|
||
<img src='../../assets/images/545e35e-Visual_5.png' /> | ||
What’s more, advanced RAG capabilities allow you to see what underlying query the model generates when completing its tasks, and its output includes [citations](/docs/documents-and-citations) pointing you to where it found the information it uses. Both the query and the citations can be leveraged alongside the Cohere Embed and Rerank models to build a remarkably powerful RAG system, such as the one found in [this guide](https://cohere.com/llmu/rag-chatbot). | ||
|
||
<img src="../../assets/images//545e35e-Visual_5.png" /> | ||
|
||
[Click here](/docs/serving-platform) to learn more about the Cohere serving platform. | ||
|
||
### Use Language Models to Build Better Search and RAG Systems | ||
|
||
Embeddings enable you to search based on what a phrase _means_ rather than simply what keywords it _contains_, leading to search systems that incorporate context and user intent better than anything that has come before. | ||
|
||
<img src='../../assets/images/04fe094-Visual_6.png' /> | ||
|
||
<img src="../../assets/images//04fe094-Visual_6.png" alt="How a query returns results." /> | ||
|
||
Learn more about semantic search [here](/docs/intro-semantic-search). | ||
|
||
## Create Fine-Tuned Models with Ease | ||
|
||
To [create a fine-tuned model](/docs/fine-tuning), simply upload a dataset and hold on while we train a custom model and then deploy it for you. Fine-tuning can be done with [generative models](/docs/generate-fine-tuning), [multi-label classification models](/docs/classify-fine-tuning), [rerank models](/docs/rerank-fine-tuning), and [chat models](/docs/chat-fine-tuning). | ||
|
||
<img src='../../assets/images/980660f-Visual_7.png' /> | ||
|
||
<img src="../../assets/images//980660f-Visual_7.png" alt="A diagram of fine-tuning." /> | ||
|
||
## Where you can access Cohere Models | ||
|
||
Depending on your privacy/security requirements there are a number of ways to access Cohere: | ||
|
||
- [Cohere API](/reference/about): this is the easiest option, simply grab an API key from [the dashboard](https://dashboard.cohere.com/) and start using the models hosted by Cohere. | ||
- Cloud AI platforms: this option offers a balance of ease-of-use and security. you can access Cohere on various cloud AI platforms such as [Oracle's GenAI Service](https://www.oracle.com/uk/artificial-intelligence/generative-ai/large-language-models/), AWS' [Bedrock](https://aws.amazon.com/bedrock/cohere-command-embed/) and [Sagemaker](https://aws.amazon.com/blogs/machine-learning/cohere-brings-language-ai-to-amazon-sagemaker/) platforms, [Google Cloud](https://console.cloud.google.com/marketplace/product/cohere-id-public/cohere-public?ref=txt.cohere.com), and [Azure's AML service](https://txt.cohere.com/coheres-enterprise-ai-models-coming-soon-to-microsoft-azure-ai-as-a-managed-service/). | ||
- Cloud AI platforms: this option offers a balance of ease-of-use and security. you can access Cohere on various cloud AI platforms such as [Oracle's GenAI Service](https://www.oracle.com/uk/artificial-intelligence/generative-ai/large-language-models/), AWS' [Bedrock](https://aws.amazon.com/bedrock/cohere-command-embed/) and [Sagemaker](https://aws.amazon.com/blogs/machine-learning/cohere-brings-language-ai-to-amazon-sagemaker/) platforms, [Google Cloud](https://console.cloud.google.com/marketplace/product/cohere-id-public/cohere-public?ref=txt.cohere.com), and [Azure's AML service](https://txt.cohere.com/coheres-enterprise-ai-models-coming-soon-to-microsoft-azure-ai-as-a-managed-service/). | ||
- Private cloud deploy deployments: Cohere's models can be deployed privately in most virtual private cloud (VPC) environments, offering enhanced security and highest degree of customization. Please [contact sales](emailto:[email protected]) for information. | ||
|
||
<img src='../../assets/images/2ce36b1-Visual_8.png' /> | ||
<img src="../../assets/images//2ce36b1-Visual_8.png" alt="The major cloud providers." /> | ||
|
||
|
||
### On-Premise and Air Gapped Solutions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,12 +10,12 @@ keywords: "AI safety, AI risk, responsible AI" | |
createdAt: "Thu Sep 01 2022 19:22:12 GMT+0000 (Coordinated Universal Time)" | ||
updatedAt: "Fri Mar 15 2024 04:47:51 GMT+0000 (Coordinated Universal Time)" | ||
--- | ||
The Responsible Use documentation aims to guide developers in using language models constructively and ethically. Toward this end, we've published [guidelines](/usage-guidelines) for using our API safely, as well as our processes around [harm prevention](/harm-prevention). We provide model cards to communicate the strengths and weaknesses of our models and to encourage responsible use (motivated by [Mitchell, 2019](https://arxiv.org/pdf/1810.03993.pdf)). We also provide a [data statement](/data-statement) describing our pre-training datasets (motivated by [Bender and Friedman, 2018](https://www.aclweb.org/anthology/Q18-1041/)). | ||
The Responsible Use documentation aims to guide developers in using language models constructively and ethically. Toward this end, we've published [guidelines](/docs/usage-guidelines) for using our API safely, as well as our processes around [harm prevention](#harm-prevention). We provide model cards to communicate the strengths and weaknesses of our models and to encourage responsible use (motivated by [Mitchell, 2019](https://arxiv.org/pdf/1810.03993.pdf)). We also provide a [data statement](/data-statement) describing our pre-training datasets (motivated by [Bender and Friedman, 2018](https://www.aclweb.org/anthology/Q18-1041/)). | ||
|
||
**Model Cards:** | ||
|
||
- [Generation](generation-card) | ||
- [Representation](representation-card) | ||
- [Generation](/docs/generation-benchmarks) | ||
- [Representation](/docs/representation-benchmarks) | ||
|
||
If you have feedback or questions, please feel free to [let us know](mailto:[email protected]) — we are here to help. | ||
|
||
|
Oops, something went wrong.