diff --git a/pages/applications.es.mdx b/pages/applications.es.mdx index d9e5cde..2a66d81 100644 --- a/pages/applications.es.mdx +++ b/pages/applications.es.mdx @@ -2,8 +2,6 @@ import { Callout } from 'nextra-theme-docs' -In this section, we will cover some advanced and interesting ways we can use prompt engineering to perform useful and more advanced tasks. - En esta sección se mostrarán algunas formas avanzadas e interesantes en las que podemos usar la ingenieria de prompts para realizar tareas más avanzadas y útiles. diff --git a/pages/models/chatgpt.es.mdx b/pages/models/chatgpt.es.mdx index 8a183ac..b00e642 100644 --- a/pages/models/chatgpt.es.mdx +++ b/pages/models/chatgpt.es.mdx @@ -118,7 +118,6 @@ Respuesta: *Salida:* ``` ASSISTANT: De ratones. -. ``` Ten en cuenta que estoy agregando las etiquetas USER y ASSISTANT para demostrar mejor cómo se puede realizar la tarea con ChatGPT. Aquí está el ejemplo usando Playground: diff --git a/pages/models/flan.es.mdx b/pages/models/flan.es.mdx index d48ff89..34229af 100644 --- a/pages/models/flan.es.mdx +++ b/pages/models/flan.es.mdx @@ -63,8 +63,6 @@ A continuación se presentan algunas demostraciones de CoT sin ayuda para PaLM y Fuente de la imagen: [Scaling Instruction-Finetuned Language Models](https://arxiv.org/abs/2210.11416) -Below are more examples for zero-shot prompting. It shows how the PaLM model struggles with repetitions and not replying to instructions in the zero-shot setting where the Flan-PaLM is able to perform well. Few-shot exemplars can mitigate these errors. - A continuación se presentan más ejemplos de prompts zero-shot. Muestra cómo el modelo PaLM tiene dificultades con las repeticiones y no responde a las instrucciones en el ajuste sin ayuda, mientras que Flan-PaLM puede desempeñarse bien. Los ejemplos con pocos ejemplos pueden mitigar estos errores. diff --git a/pages/notebooks.es.mdx b/pages/notebooks.es.mdx index 7433a5c..f899975 100644 --- a/pages/notebooks.es.mdx +++ b/pages/notebooks.es.mdx @@ -1,11 +1,11 @@ -# Prompt Engineering Notebooks +# Notebooks de ingeniería del prompt -Contains a collection of noteooks we have designed to help you get started with prompt engineering. More to be added soon! +Contiene una colección de notebooks que hemos diseñado para ayudarte a empezar con la ingeniería de prompts. ¡Pronto se añadirán más! | Description | Notebook | | :------------ | :---------: | -|Learn how to perform many different types of common tasks using the `openai` and `LangChain` library|[Getting Started with Prompt Engineering](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-lecture.ipynb)| -|Learn how to use code as reasoning for solving common tasks using the Python interpreter in combination with the language model.|[Program-Aided Language Model](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-pal.ipynb)| -|Learn more about how to make calls to the ChatGPT APIs using the `openai` library.|[ChatGPT API Intro](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-chatgpt-intro.ipynb)| -|Learn how to use ChatGPT features using the `LangChain` library. |[ChatGPT API with LangChain](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-chatgpt-langchain.ipynb)| -|Learn about adversarial prompting include defensive measures.|[Adversarial Prompt Engineering](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-chatgpt-adversarial.ipynb)| +|Aprende cómo realizar muchos tipos diferentes de tareas comunes utilizando las bibliotecas `openai` y `LangChain`.|[Getting Started with Prompt Engineering](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-lecture.ipynb)| +|Aprende cómo usar código como razonamiento para resolver tareas comunes utilizando el intérprete de Python en combinación con el modelo de lenguaje.|[Program-Aided Language Model](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-pal.ipynb)| +|Aprende más sobre cómo hacer llamadas a las APIs de ChatGPT utilizando la biblioteca `openai`. |[ChatGPT API Intro](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-chatgpt-intro.ipynb)| +|Aprende cómo usar las características de ChatGPT utilizando la biblioteca `LangChain`.|[ChatGPT API with LangChain](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-chatgpt-langchain.ipynb)| +|Aprende sobre la ingeniería de prompts adversarios e incluye medidas defensivas.|[Adversarial Prompt Engineering](https://github.com/dair-ai/Prompt-Engineering-Guide/blob/main/notebooks/pe-chatgpt-adversarial.ipynb)|