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

Is there a way to do this or do I always just have to create a new one?

![error](https://user-images.githubusercontent.com/130526263/231336679-f253ad33-0dc6-4f32-9f91-79e5dcf34c8d.jpg) Any idea on how i can fix?

Currently unusable due to this error in :4 │ │ │ │ /usr/local/lib/python3.9/dist-packages/torch/nn/modules/module.py:1614 in __getattr__ │ │ │ │ 1611 │ │ │ modules = self.__dict__['_modules'] │ │ 1612 │...

![Screenshot_2023-04-11-00-09-32-71](https://user-images.githubusercontent.com/130398216/231066283-31204a87-1741-4ef4-a8b7-f933579e5d8b.png)

Currently, before interleaving the `pubmed_dataset_streamed and law_dataset_streamed` datasets, the meta feature isn't being dropped and that's why there's a misalignment in the `meta` feature resulting in the below error: ```python...

Hello, I am following the workflow of https://github.com/huggingface/notebooks/blob/main/sagemaker/01_getting_started_pytorch/sagemaker-notebook.ipynb and currently working on finetuning an object detection model in Sagemaker Studio using a Hugging Face Estimator. I have installed albumentations in...

I am trying out the sagemaker notebooks on AWS. The third notebook, distributed training data parallelism, does not work. I believe the problem is that the training process on the...

In [this notebook](https://github.com/huggingface/notebooks/blob/1e5dd7a5b65e111db21d9a076a1d234009e8f060/course/videos/fast_tokenizers.ipynb), the slow tokenizer is never actually used as the mapping function uses the fast_tokenizer. ``` def tokenize_with_slow(examples): return fast_tokenizer( ```

# What does this PR do? Added index: idx, in the code as it was missing from it under the from inputs to predictions section of the fast tokenizer's special...

I'm getting an error when installing xformers within sd_textual_inversion_training.ipynb It looks like the TheLastBen repository has changed. `ERROR: HTTP error 404 while getting https://github.com/TheLastBen/fast-stable-diffusion/precompiled/A100/xformers-0.0.13.dev0-py3-none-any.whl ERROR: Could not install requirement xformers==0.0.13.dev0...