blog icon indicating copy to clipboard operation
blog copied to clipboard

Public repo for HF blog posts

Results 236 blog issues
Sort by recently updated
recently updated
newest added

Trying to reproduce the [Graph Classification with Transformers](https://github.com/huggingface/blog/blob/main/notebooks/graphml-classification.ipynb), I am getting a series of the following error even with all required lib installed. ```python ImportError Traceback (most recent call last)...

Hello, It seems that you have bug in the following line timit = timit.map(prepare_dataset, remove_columns=timit.column_names["train"], num_proc=4) I assume that this line should be changed to timit_prepared = timit.map(prepare_dataset, remove_columns=timit.column_names["train"], num_proc=4)...

Based on the Sample FSDP Run output provided (and the timings) the block_size should be 128 instead of 12

And there is some error when I run this optimisation following the steps in the blog Thanks

Good day i followed this blog post https://huggingface.co/blog/fine-tune-whisper, and used it with a Hausa dataset and the training was done successfully ![image](https://github.com/huggingface/blog/assets/50768065/a48bc625-0e44-463d-bf1c-b35f5d35fabf) My issue now is that anytime run this...

Hi author, Thanks for the great work. I'm trying to run the demo on an RTX6000 GPU(24G): ``` import torch from PIL import Image # setup device to use device...

Blog article on the deployment of BigCode's Santacoder model deployed in an enclave so devs can query model with privacy guarantees

This adds the required `spaces/` path prefix when using git+ssh protocol

https://huggingface.co/papers does not seem to have an RSS feed currently. Can one be added? RSS is much more flexible than email. PS: It would be awesome if there could be...

Hi, sorry if my understanding is unfounded, but it looks like most of the models that are displayed to be < 1.5B, are actually modifications of 70B models. I'm explicitly...