Skip to content

Commit f1f797d

Browse files
authored
Align-translations (#241)
* rename es content * align ja content * align ko content * align pt content * align vi content * add unit0 to es
1 parent d045f11 commit f1f797d

File tree

76 files changed

+212
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+212
-74
lines changed

units/es/_toctree.yml

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,40 @@
1+
- title: "0. Bienvenido al 🤗 smol-course"
2+
sections:
3+
- local: unit0/1
4+
title: Bienvenido al 🤗 smol-course
5+
16
- title: "1. Ajuste por Instrucciones"
27
sections:
3-
- local: 1_instruction_tuning/README
4-
title: Introducción al Ajuste por Instrucciones
5-
- local: 1_instruction_tuning/chat_templates
8+
- local: unit1/0
9+
title: Ajuste por Instrucciones (Instruction Tuning)
10+
- local: unit1/1
611
title: Plantillas de Chat
7-
- local: 1_instruction_tuning/supervised_fine_tuning
12+
- local: unit1/2
813
title: Fine-tuning Supervisado
914

1015
- title: "2. Alineación de Preferencias"
1116
sections:
12-
- local: 2_preference_alignment/README
13-
title: Introducción a la Alineación de Preferencias
14-
- local: 2_preference_alignment/dpo
17+
- local: unit2/0
18+
title: Alineación de Preferencias
19+
- local: unit2/1
1520
title: Optimización Directa de Preferencias (DPO)
16-
- local: 2_preference_alignment/orpo
17-
title: ORPO (Odds Ratio Preference Optimization)
21+
- local: unit2/2
22+
title: Optimización por Ratios de Probabilidad de Preferencias (ORPO)
1823

19-
- title: "3. Fine-tuning Eficiente en Parámetros"
24+
- title: "3. Fine-Tuning Eficiente en Parámetros (PEFT)"
2025
sections:
21-
- local: 3_parameter_efficient_finetuning/README
22-
title: Introducción al Fine-tuning Eficiente
23-
- local: 3_parameter_efficient_finetuning/lora_adapters
24-
title: Adaptadores LoRA
25-
- local: 3_parameter_efficient_finetuning/prompt_tuning
26-
title: Prompt Tuning
26+
- local: unit3/0
27+
title: Fine-Tuning Eficiente en Parámetros (PEFT)
28+
- local: unit3/1
29+
title: LoRA (Adaptación de Bajo Rango)
30+
- local: unit3/2
31+
title: Ajuste de Prompts
2732

2833
- title: "4. Evaluación"
2934
sections:
30-
- local: 4_evaluation/README
31-
title: Introducción a la Evaluación
32-
- local: 4_evaluation/automatic_benchmarks
35+
- local: unit4/0
36+
title: Evaluación
37+
- local: unit4/1
3338
title: Benchmarks Automáticos
34-
- local: 4_evaluation/custom_evaluation
39+
- local: unit4/2
3540
title: Evaluación Personalizada

units/es/unit0/1.md

Lines changed: 21 additions & 0 deletions

0 commit comments

Comments
 (0)