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

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

When trying to train a SegFormer model on [this notebook](https://github.com/huggingface/notebooks/blob/main/examples/semantic_segmentation-tf.ipynb), changing the variable ds to some contrails datasets that I have been sending to huggingface, such as [this one](https://huggingface.co/datasets/greathero/evenmorex6-smaller-newercontrailsvalidationdataset), the...

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

Hello, I've encountered an unusual behavior while running the inference code from the IDEFICS project. Specifically, I was using the inference.py , and I get the following output 0: User:...

In the page: https://huggingface.co/docs/peft/main/en/task_guides/clm-prompt-tuning all the links to colab repositories are broken: mixed: https://colab.research.google.com/github/huggingface/notebooks/blob/main/peft_doc/en/clm-prompt-tuning.ipynb pytorch: https://colab.research.google.com/github/huggingface/notebooks/blob/main/peft_doc/en/pytorch/clm-prompt-tuning.ipynb tensorflow: https://colab.research.google.com/github/huggingface/notebooks/blob/main/peft_doc/en/tensorflow/clm-prompt-tuning.ipynb

`DataCollatorWithPadding` should be performing dynamic padding within each batch. # What does this PR do? Fixes # (issue) ## Who can review? Feel free to tag members/contributors who may be...

Hi Team, I would like to instruct fine tune IDEFICS on custom dataset. Could you provide the training script used to produce `idefics-9b-instruct` ? I suppose changes will be need...

In reference to: https://github.com/huggingface/notebooks/blob/main/sagemaker/17_custom_inference_script/sagemaker-notebook.ipynb For HF diffusers library we need to upload custom inference script. The issue with bundling model and code together is that it takes a lot of...

adds accelerate notebook_launcher to improve user experience + some minor ui improvements building on top of #424 training script was copied from train_dreambooth_lora_sdxl.py cc @sayakpaul @apolinario 🤗

A few QOL improvements: - removed assert from image_grid - improved login experience - add link to model at the end of training - added local image upload option