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

Feat: Spanish Version #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
37 changes: 37 additions & 0 deletions notebooks/spa/_toctree.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
- title: Open-Source AI Cookbook
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New sections and subsections have been introduced so we may need to add them here as well

sections:
- local: index
title: Open-Source AI Cookbook
- local: issues_in_text_dataset
title: Detección de problemas en un conjunto de datos de texto con Cleanlab
- local: stable_diffusion_interpolation
title: Interpolación por difusión estable
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't translate Stable Diffusion as it is a proper noun

- local: rag_with_hugging_face_gemma_mongodb
title: Creación de un sistema RAG con Gemma, MongoDB y modelos de código abierto
- local: tgi_messages_api_demo
title: Migración de OpenAI a Open LLM mediante la API de mensajes de TGI
- local: automatic_embedding_tei_inference_endpoints
title: Incrustación automática con TEI mediante puntos finales de inferencia
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Embedding could be translated as "Representación vectorial"?

- local: faiss_with_hf_datasets_and_clip
title: Incrustación de datos multimodales para la búsqueda de similitudes
- local: fine_tuning_code_llm_on_single_gpu
title: Fine-tuning de un LLM de código personalizado en una sola GPU
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine-tuning -> "Ajuste fino"

- local: rag_zephyr_langchain
title: RAG simple utilizando Hugging Face Zephyr y LangChain
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing comma Hugging Face, Zephyr y LangChain

- local: rag_llamaindex_librarian
title: RAG "Bibliotecario" con LlamaIndex
- local: advanced_rag
title: RAG avanzado sobre la documentación de HuggingFace utilizando LangChain
- local: rag_evaluation
title: Evaluación RAG
- local: prompt_tuning_peft
title: Prompt tuning con PEFT
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tuning -> "ajuste"

- local: labelling_feedback_setfit
title: Sugerencias para la anotación de datos con SetFit en la clasificación de textos con disparo cero
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zero-shot -> "sin entrenamiento previo" o "con cero ejemplos"?

- local: pipeline_notus_instructions_preferences_legal
title: Crear un conjunto de datos de preferencias legales
- local: semantic_cache_chroma_vector_database
title: Implementación de la caché semántica para mejorar un sistema RAG.
- local: llm_judge
title: Utilización de LLM-as-a-judge para una evaluación automatizada y versátil

1,258 changes: 1,258 additions & 0 deletions notebooks/spa/advanced_rag.ipynb

Large diffs are not rendered by default.

Loading