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

Hi, there, What a user-friendly notebook! But I have just met and error when running ```from datasets import load_dataset, Dataset # Load the promoter dataset from the InstaDeep Hugging Face...

Fixed missing packages installation in token_classification.ipynb # What does this PR do? Fixes a problem in the notebook `transformers_doc/en/token_classification.ipynb`. As written some line below in the notebook also the packages...

# What does this PR do? Fixes the following: - https://github.com/huggingface/transformers/issues/12545 - https://github.com/huggingface/transformers/issues/12554#issuecomment-875656287 Issues above happened mainly because provided examples upload initialized model's parameters, resulting in `jibberish output` as mentioned...

# What does this PR do? Before: `.safetensores` After: `.safetensors` ## Who can review? Pretty much anybody, it's a simple fix in one of the comments.

Accounting Outsourcing Services – Simplify Your Finances with Rudra Consultancy In today's fast-paced business world, managing finances efficiently is key to success. However, accounting can often become a tedious and...

The dataset used in one of the tutorials seems to be a gated model, as the title suggests. As there is no explanation of this in the tutorial, it seems...

The dataset load is not working. `from datasets import load_dataset dataset = load_dataset("monash_tsf", "traffic_hourly") Generating train split:   0%  0/862 [00:06

I remember I could access to "https://github.com/huggingface/notebooks/blob/main/transformers_doc/en/pytorch/image_text_to_text.ipynb" this tutorial file but not anymore

# What does this PR do? This PR will fix the loading of evaluation metric as per the new version Fixes # (issue) https://github.com/huggingface/notebooks/issues/519 ## Who can review? Feel free...

https://github.com/huggingface/notebooks/blob/06d842cc40071ef40e0e3acb6e088d59b66c8833/examples/summarization.ipynb#L216 use rouge = evaluate.load('rouge') instead