From aaeb32188b205fed69a2e0087f06b1e9a007ca2a Mon Sep 17 00:00:00 2001 From: Trent Fowler Date: Wed, 25 Sep 2024 11:38:10 -0600 Subject: [PATCH] Typo. --- fern/pages/get-started/frequently-asked-questions.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fern/pages/get-started/frequently-asked-questions.mdx b/fern/pages/get-started/frequently-asked-questions.mdx index 9cb635ac..e2710b9e 100644 --- a/fern/pages/get-started/frequently-asked-questions.mdx +++ b/fern/pages/get-started/frequently-asked-questions.mdx @@ -24,11 +24,11 @@ Aya specializes in human-like multilingual text generation and conversations, id You can check out [this link](https://cohere.com/research/aya) to learn more about Aya models, datasets and related research papers. -"How does Cohere's language model compare to other LLMs like GPT-4, ChatGPT, Claude, Gemini, and others?" +"How does Cohere's language model compare to other LLMs like GPT-4, ChatGPT, Claude, Gemini, and others?" Cohere’s Command models have strong performance across enterprise tasks such as summarization, multilingual use cases, and retrieval augmented generation. We also have the widest range of deployment options, you can check it [here](https://cohere.com/deployment-options). -"How can I use Cohere's models for various tasks and applications, such as translation, text embedding, summarization, and custom tool development?" +"How can I use Cohere's models for various tasks and applications, such as translation, text embedding, summarization, and custom tool development?" You can access Cohere’s models through our platform (cohere.com) or through various cloud platforms including, but not limited to, Sagemaker, Bedrock, Azure AI, and OCI Generatie AI. We also have private deployments. In terms of use case specific features, please reference the latest [API documentation](https://docs.cohere.com/reference/about) to learn more about the API features and [Cookbooks](https://docs.cohere.com/page/cookbooks) with starter codes for various tasks to aid development. @@ -100,7 +100,7 @@ You can find a full list of languages that are supported by Cohere’s multiling You can check the range of use cases based on our customer stories [here](https://cohere.com/use-cases). -"What are the best practices for preparing and structuring fine-tuning data, and what are the supported file formats?" +"What are the best practices for preparing and structuring fine-tuning data, and what are the supported file formats?" You can find the best practices for preparing and structuring fine-tuning data across these three modules. Data preparation for [chat fine-tuning](https://docs.cohere.com/docs/chat-preparing-the-data), [classify fine-tuning](https://docs.cohere.com/docs/classify-preparing-the-data) and [rerank fine-tuning](https://docs.cohere.com/docs/rerank-preparing-the-data). The primary file formats supported are jsonl and csv.