|
| 1 | +- title: "0. Bienvenido al 🤗 smol-course" |
| 2 | + sections: |
| 3 | + - local: unit0/1 |
| 4 | + title: Bienvenido al 🤗 smol-course |
| 5 | + |
1 | 6 | - title: "1. Ajuste por Instrucciones" |
2 | 7 | 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 |
6 | 11 | title: Plantillas de Chat |
7 | | - - local: 1_instruction_tuning/supervised_fine_tuning |
| 12 | + - local: unit1/2 |
8 | 13 | title: Fine-tuning Supervisado |
9 | 14 |
|
10 | 15 | - title: "2. Alineación de Preferencias" |
11 | 16 | 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 |
15 | 20 | 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) |
18 | 23 |
|
19 | | -- title: "3. Fine-tuning Eficiente en Parámetros" |
| 24 | +- title: "3. Fine-Tuning Eficiente en Parámetros (PEFT)" |
20 | 25 | 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 |
27 | 32 |
|
28 | 33 | - title: "4. Evaluación" |
29 | 34 | 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 |
33 | 38 | title: Benchmarks Automáticos |
34 | | - - local: 4_evaluation/custom_evaluation |
| 39 | + - local: unit4/2 |
35 | 40 | title: Evaluación Personalizada |
0 commit comments