Estos cuadernos implementan una demostración paso a paso de la integración entre Hugging Face y Fastai usando la biblioteca Blurr.
Los ejemplos utilizan el corpus en español IULA de la Universitat Pompeu Fabra: https://www.upf.edu/web/iula/corpus
Bajo el directorio webinar
encontrarán copias de cuadernos auxiliares que son material extraído del Grupo de Estudios de W&B:
https://wandb.ai/wandb_fc/events/reports/W-B-Study-Group-Lectures-fast-ai-w-Hugging-Face--Vmlldzo4NDUzNDU?galleryTag=events
These notebooks provide step-by-step demo of Hugging Face and Fastai integration using the Blurr library.
The examples use the IULA Spanish corpus from the Universitat Pompeu Fabra: https://www.upf.edu/web/iula/corpus
Under the directory webinar you will find extra copies of notebooks that belong to the W&B Study Group Lectures: https://wandb.ai/wandb_fc/events/reports/W-B-Study-Group-Lectures-fast-ai-w-Hugging-Face--Vmlldzo4NDUzNDU?galleryTag=events
Cuadernos | Descripción |
---|---|
nb10_iula_build_dataset.ipynb |
Convertir corpus en tabla. Converts the corpus into a table. |
nb11_iula_build_dataset.ipynb |
Validación sin goteo del entrenamiento. Avoid leaking into the validation set. |
nb20_iula_blurr_highapi.ipynb |
Uso de API de alto nivel de Blurr Show Blurr's High Level API |
nb21_iula_blurr_highapi_esp.ipynb |
API de alto nivel de Blurr con modelo pre-entrenado en español Blurr's High Level API with a pretrained Spanish language model |
nb30_iula_blurr_blearner.ipynb |
API de bajo nivel BLearner Low level API BLearner |
nb40_iula_blurr_fastai_learner.ipynb |
API de Fastai Learner Shows the use of the Fastai's Learner |