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? Update object detection guide notebook according to recent changes https://github.com/huggingface/transformers/pull/30683 ## Who can review? @NielsRogge

# What does this PR do? Fixes the name of the eli5 dataset to match what is used on the website: https://huggingface.co/docs/transformers/tasks/language_modeling#load-eli5-dataset @sgugger

# What does this PR do? In the Inference section of the tutorial for the TensorFlow section, there is a variable named 'text' but it should actually be 'context' Fixes...

if the first input of plt.subplot is not integer, it returns error # What does this PR do? Fixes: in plt.subplot if the first input is not integer, it returns...

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

While running on my local, I get the the following error, not sure what version of tensor flow should I be using, I am using the following libraries # Name...

# What does this PR do? Align Colab notebook with official Hugging Face documentation for video classification - Identified missing code sections in `transformers_doc/en/tensorflow/video_classification.ipynb` that are correctly present in the...

# What does this PR do? Fixes #514. I've updated the notebooks associated with the Object Detection Task. I've ported the content of the documentation in https://huggingface.co/docs/transformers/tasks/object_detection which works correctly...

In the [Object detection task](https://huggingface.co/docs/transformers/tasks/object_detection) documentation in transformers, the content of the documentation and the notebooks is different. In addition, the notebooks associated with this documentation are broken. For example,...

It appears that the notebook for Sagemaker is out of date. It ultimately fails in the section loading the datasets. `ExpectedMoreSplits: {'unsupervised'}` Areas tried so far. - Update the name...