notebooks
notebooks copied to clipboard
Notebooks using the Hugging Face libraries 🤗
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  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 
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...