Skip to content

Commit

Permalink
Include ch3/1 & ch3/2 in _toctree.yml. Update translation for fine-tu…
Browse files Browse the repository at this point in the history
…ning
  • Loading branch information
fordaz committed May 6, 2022
1 parent 2661d97 commit 44fdb18
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions chapters/es/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@
title: Tokenizadores
- local: chapter2/5
title: Manejando Secuencias Múltiples

- title: 3. Ajuste (fine-tuning) de un modelo preentrenado
sections:
- local: chapter3/1
title: Introducción
- local: chapter3/2
title: Procesamiento de los datos
2 changes: 1 addition & 1 deletion chapters/es/chapter3/1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ En el [Capítulo 2](/course/chapter2) exploramos como usar los tokenizadores y m

{:else}
* Como preparar un conjunto de datos grande desde el Hub.
* Como usar Keras para entonar un modelo.
* Como usar Keras para ajustar un modelo.
* Como usar Keras para obtener predicciones.
* Como usar una métrica personalizada.

Expand Down
2 changes: 1 addition & 1 deletion chapters/es/chapter3/2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ batch = data_collator(samples)
'labels': torch.Size([8])}
```

Luce bién! Ahora que hemos convertido el texto crudo a lotes que nuestro modelo puede aceptar, estamos listos para entonarlo!
Luce bién! Ahora que hemos convertido el texto crudo a lotes que nuestro modelo puede aceptar, estamos listos para ajustarlo!

{/if}

Expand Down

0 comments on commit 44fdb18

Please sign in to comment.