Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsible use update #236

Merged
merged 22 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ The Command family of models responds well with instruction-like prompts, and ar

To reduce the turnaround time for releases, we have nightly versions of Command available. This means that every week, you can expect the performance of `command-nightly` and `command-light-nightly` to improve.

For information on toxicity, safety, and using this model responsibly check out our [Command model card](https://docs.cohere.com/docs/responsible-use).

## Example Prompts

<img src='../../../assets/images/aae9450-prod_desc.png' />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Command R+ is Cohere's newest large language model, optimized for conversational

We recommend using Command R+ for those workflows that lean on complex RAG functionality and [multi-step tool use (agents)](/docs/multi-hop-tool-use). Command R, on the other hand, is great for simpler [retrieval augmented generation](/docs/retrieval-augmented-generation-rag) (RAG) and [single-step tool use](/docs/tool-use) tasks, as well as applications where price is a major consideration.

For information on toxicity, safety, and using this model responsibly check out our [Command model card](https://docs.cohere.com/docs/responsible-use).

### Model Details
| Model Name | Description | Modality | Context Length | Maximum Output Tokens | Endpoints |
|--------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------|----------------|-----------------------|------------------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Command R is a large language model optimized for conversational interaction and

Command R boasts high precision on [retrieval augmented generation](/docs/retrieval-augmented-generation-rag) (RAG) and tool use tasks, low latency and high throughput, a long 128,000-token context length, and strong capabilities across 10 key languages.

For information on toxicity, safety, and using this model responsibly check out our [Command model card](https://docs.cohere.com/docs/responsible-use).

### Model Details
| Model Name | Description | Modality | Context Length | Maximum Output Tokens | Endpoints|
|--------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------|----------------|-----------------------|----------|
Expand Down
5 changes: 3 additions & 2 deletions fern/pages/responsible-use/responsible-use.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: "Overview"
title: "Command R and Command R+ Model Card"
slug: "docs/responsible-use"

hidden: false
description: This doc provides guidelines for using Cohere language models ethically and constructively.
description: This doc provides guidelines for using Cohere generation models ethically and constructively.

image: "../../assets/images/5d25315-cohere_docs_preview_image_1200x630_copy.jpg"
keywords: "AI safety, AI risk, responsible AI"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ The Command family of models responds well with instruction-like prompts, and ar

To reduce the turnaround time for releases, we have nightly versions of Command available. This means that every week, you can expect the performance of `command-nightly` and `command-light-nightly` to improve.

For information on toxicity, safety, and using this model responsibly check out our [Command model card](https://docs.cohere.com/docs/responsible-use).

## Example Prompts

<img src='../../../../assets/images/aae9450-prod_desc.png' />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Command R+ 08 2024 is Cohere’s newest large language model, optimized for conv

We recommend using Command R+ 08 2024 for those workflows that lean on complex RAG functionality and [multi-step agents](/v2/docs/multi-step-tool-use). Command R 08 2024, on the other hand, is great for simpler [retrieval augmented generation (RAG)](/v2/docs/retrieval-augmented-generation-rag) and simpler tools use cases like function calling, as well as applications where speed or price is a major consideration.

For information on toxicity, safety, and using this model responsibly check out our [Command model card](https://docs.cohere.com/docs/responsible-use).

### Model Details
| Model Name | Description | Modality | Context Length | Maximum Output Tokens | Endpoints |
|--------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------|----------------|-----------------------|------------------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Command R is a large language model optimized for conversational interaction and

Command R boasts high precision on [retrieval augmented generation](/v2/docs/retrieval-augmented-generation-rag) (RAG) and tool use tasks, low latency and high throughput, a long 128,000-token context length, and strong capabilities across 10 key languages.

For information on toxicity, safety, and using this model responsibly check out our [Command model card](https://docs.cohere.com/docs/responsible-use).

### Model Details
| Model Name | Description | Modality | Context Length | Maximum Output Tokens | Endpoints|
|--------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------|----------------|-----------------------|----------|
Expand Down
2 changes: 1 addition & 1 deletion fern/v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ navigation:
href: https://cohere.ai/security
- page: Usage Guidelines
path: pages/responsible-use/responsible-use/usage-guidelines.mdx
- page: Responsibly Using Cohere Models
- page: Command R and Command R+ Model Card
path: pages/responsible-use/responsible-use.mdx
- section: Cohere for AI
contents:
Expand Down
2 changes: 1 addition & 1 deletion fern/v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ navigation:
href: https://cohere.ai/security
- page: Usage Guidelines
path: pages/responsible-use/responsible-use/usage-guidelines.mdx
- page: Responsibly Using Cohere Models
- page: Command R and Command R+ Model Card
path: pages/responsible-use/responsible-use.mdx
- section: Cohere for AI
contents:
Expand Down
Loading