Read all details and even more in the blog post here: https://
huggingface.co/spaces/open-ll
m-leaderboard/blog
… The new version of the leaderboard is at: https://
huggingface.co/spaces/open-ll
m-leaderboard/open_llm_leaderboard
…
OPEN SOURCE
-
Open LLM Leaderboard New Version Released
By
–
-
RAPIDS cuDF Library Now Integrated into Google Colab
By
–
Also their cuDF library will automatically know if you're running on GPU or CPU and speed up your processing. RAPIDS cuDF is now integrated directly into Google Colab. Checkout the Colab Notebook: https://
colab.research.google.com/github/rapidsa
i-community/showcase/blob/main/getting_started_tutorials/cudf_pandas_colab_demo.ipynb?ncid=ref-inor-594904
… Check out the Github Repo: -
Hyparquet Library Sponsorship for Browser Parquet Parsing
By
–
Awesome! We are happy to sponsor @platypii for the Hyparquet library, which powers the Parquet metadata sidebar on @huggingface
. Hyparquet is super slim and powerful, perfect for browser-side Parquet parsing! -
Claude vs GPT-4o: Speed vs Accuracy
By
–
Which one wins? Claude wins the speed race. GPT-4o wins the accuracy and precision race. For daily tasks, try Claude Sonnet 3.5. For detailed and accurate advice, go with GPT-4o.
-
Awesome LLM Apps Demo with RAG GitHub Repository
By
–
Find all the awesome LLM Apps demo with RAG in the following Github Repo. P.S: Don't forget to star the repo to show your support
-

Open-source AI models integrated into Firefox browser
By
–
Very cool to see HuggingChat and as a result dozens of open-source models (example below with Command R+ by @CohereForAI
) make their way into @firefox
! This is not in-browser (yet) but would be super exciting to make sure no data is sent to servers: https://
blog.nightly.mozilla.org/2024/06/24/exp
erimenting-with-ai-services-in-nightly/
… -
Run Stable Diffusion 3 on Your MacBook: Complete Guide
By
–
Did you know you can run Stable Diffusion 3 on your own Macbook? Models expert @zsakib_ gives the full walkthrough on the Replicate blog
-
PyTorch Documentary Live Stream with Hugging Face
By
–
PyTorch Documentary live stream!! https://
youtube.com/live/EjgTv6aSe
qk
… Much better than Euro soccer IMO with some @huggingface @PyTorch inside -

Install Clarifai Python SDK and Llama-index Setup Guide
By
–
Step 1: Install the Clarifai Python SDK, Llama-index, and set your Clarifai Personal Access Token as an environment variable. Sign up for the platform, and you can access the PAT here: https://
clarifai.com/settings/secur
ity
… -

Build RAG System in 4 Lines Using Clarifai SDK
By
–
You can build a RAG system with just 4 lines of code using @clarifai Python SDK. Below is the entire code. Let's look at it step by step: