notebooks
notebooks copied to clipboard
Notebooks using the Hugging Face libraries 🤗
Is there a way to do this or do I always just have to create a new one?
 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 │...

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...