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

Dear Niels and huggingface team, thanks for the [notebook](https://github.com/huggingface/notebooks/blob/main/examples/image_classification.ipynb) about fine-tuning ViTs from huggingface. Similar to ViTMAE, ViTMSN should be trainable in self-supervised fashion. That means it should be possible...

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

Hi, When I run this notebook "video_classification.ipynb" I have an error in this cell ![image](https://user-images.githubusercontent.com/36512012/214350458-fc5dbf4b-612f-4be3-9d6c-393e6a79ba4d.png) The error is with the RandomCrop function. This function receives a (wxh) but the argument...

https://github.com/huggingface/notebooks/blob/main/examples/onnx-export.ipynb error:ModuleNotFoundError: No module named 'onnxruntime_tools' I do not understand how can you use function that is not refferenced anywhere above

https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/sd_textual_inversion_training.ipynb ![image](https://user-images.githubusercontent.com/4087170/213192713-0800d00b-1c86-478e-83a1-74dc1f2b74ec.png)

Hi, thank you for your support. I made model using "AutoModelForSequenceClassification" of `transformers` and then deploy the model using `sagemaker.huggingface`. That is really amazing but have a little issue for...

Hi, When trying to run the TI Colab, there seems to be an issue with the Xformers libraries. When running the "import required libraries" cell, I get the following error:...

# What does this PR do? Propagates a fix for the MLM and CLM examples first reported in the course in https://github.com/huggingface/course/pull/432 tl;dr we were missing the `tokenizer` in the...

Hello, I followed the tutorial. but in the training step it throws : `only batches of spatial targets supported (3D tensors) but got targets of size: : [32, 512, 512,...

Based on the object detection guide https://huggingface.co/docs/transformers/main/en/tasks/object_detection, this PR adds the same example notebook with PyTorch example of fine-tuning DETR for object detection. The text and description style have been...