blog
blog copied to clipboard
Public repo for HF blog posts
405B FP8 vs 405B int4 vs 70B vs 70B fp8 vs 70B int4 I think many people are interested in knowing what the most cost-effective deployment solution is.
Provide an example using the @guidance library with Huggingface Endpoints.
Hello! ## Pull Request overview * Add the Sentence Transformers v5.0 blogpost introducing Sparse Encoder Models ## Details This blogpost is our latest "blogpostification" of our "Training Overview" documentation, much...
Congratulations! You've made it this far! Once merged, the article will appear at https://huggingface.co/blog. Official articles require additional reviews. Alternatively, you can write a community article following the process [here](https://huggingface.co/blog-explorers)....
@sayakpaul
Congratulations! You've made it this far! Once merged, the article will appear at https://huggingface.co/blog. Official articles require additional reviews. Alternatively, you can write a community article following the process [here](https://huggingface.co/blog-explorers)....
gemma has problem when passing input embedding to model.generate() function forced to pass **input_ids otherwise it causes this error maybe Integer vs. Float Comparison: When you calculate special_image_mask based on...
This PR fixes an issue in the 02_how_to_generate.ipynb notebook where the code was trying to install TensorFlow 2.1, which is no longer available in PyPI. The Error was: error :...
The notebook 02_how_to_generate.ipynb currently specifies tensorflow==2.1, which is no longer available. if we run that cell we get the error:Could not find a version that satisfies the requirement tensorflow==2.1 (from...