-
Notifications
You must be signed in to change notification settings - Fork 263
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
- title: Open-Source AI Cookbook | ||
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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wouldn't translate |
||
- 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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missing comma |
||
- 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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
|
Large diffs are not rendered by default.
There was a problem hiding this comment.
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