notebooks icon indicating copy to clipboard operation
notebooks copied to clipboard

Notebooks using the Hugging Face libraries 🤗

Results 143 notebooks issues
Sort by recently updated
recently updated
newest added
trafficstars

peft/Fine_tune_BLIP2_on_an_image_captioning_dataset_PEFT.ipynb This notebook: https://github.com/huggingface/notebooks/blob/main/peft/Fine_tune_BLIP2_on_an_image_captioning_dataset_PEFT.ipynb Trains fine on Google Colab at https://colab.research.google.com/drive/16XbIysCzgpAld7Kd9-xz-23VPWmqdWmW?usp=sharing#scrollTo=upI97XEH6EKe using Python 3.10.12, Torch 2.1.0 It does not train on my workstation - the loss collapses to NaN after...

On the [Prefix tuning for conditional generation](https://huggingface.co/docs/peft/task_guides/seq2seq-prefix-tuning) and [Prompt tuning for causal language modeling](https://huggingface.co/docs/peft/task_guides/clm-prompt-tuning) pages, the Google Colab links point to github.com/huggingface/notebooks/blob/main/**peft_doc**/en/... Your Github repo address is huggingface/notebooks/blob/main/**peft_docs**/en/..., so trying...

Updated the link to the documentation of the Datasets library to the current one. The previous link was broken. Added the --upgrade directive to the installation of the Transformers library,...

context_length parameter is not being set resulting in scaling issues when inferencing and training the model. What does this PR do? The context_length param of the TimeSeriesPreprocessor is not being...

Hi there! I followed training a T5 model with FSDP on Sagemaker from the example `https://github.com/huggingface/notebooks/blob/main/sagemaker/25_pytorch_fsdp_model_parallelism/scripts/run_clm.py` I noticed that checkpointing is not done with `save_strategy="no"`. Is it intentional(line `https://github.com/huggingface/notebooks/blob/main/sagemaker/25_pytorch_fsdp_model_parallelism/scripts/run_clm.py#L93`)? In...

# What does this PR do? * Improve clarity of documentation of text classification example i.e. broken sentence * Correct spelling error in text classification example Fixes # (issue) ##...

# Hot fixes to the Tensorflow image classifier notebook Fixes # (issue) ## Who can review? Feel free to tag members/contributors who may be interested in your PR.

Hellom, when I used SDXL_Dreambooth_LoRA_advanced_example.ipynb in colab to train my Lora model using my own dataset, it shows this error: > train_dreambooth_lora_sdxl_advanced.py: error: unrecognized arguments: cartoon girl cartoon girl is...

# What does this PR do? Fixes # (issue) ## Who can review? Feel free to tag members/contributors who may be interested in your PR.

Hi, I'm exploring in these days the Informer and TimeSeriesTransformer capabilities. How should I adjust the model instantiation if I have a group (G) of multivariate (M) time-series, where G...