David Quispe's picture
5 57

David Quispe PRO

daqc

AI & ML interests

Education

Recent Activity

Organizations

Hackathon Somos NLP 2023: Los LLMs hablan EspaΓ±ol's profile picture SomosNLP's profile picture PlawLabs's profile picture SYNDROBOX's profile picture AI Starter Pack's profile picture

daqc's activity

reacted to prithivMLmods's post with πŸ€— 1 day ago
view post
Post
2721
Triangulum Catalogued πŸ”₯πŸ’«

🎯Triangulum is a collection of pretrained and instruction-tuned generative models, designed for multilingual applications. These models are trained using synthetic datasets based on long chains of thought, enabling them to perform complex reasoning tasks effectively.

+ Triangulum-10B : prithivMLmods/Triangulum-10B
+ Quants : prithivMLmods/Triangulum-10B-GGUF

+ Triangulum-5B : prithivMLmods/Triangulum-5B
+ Quants : prithivMLmods/Triangulum-5B-GGUF

+ Triangulum-1B : prithivMLmods/Triangulum-1B
+ Quants : prithivMLmods/Triangulum-1B-GGUF
  • 1 reply
Β·
reacted to roseking's post with πŸš€ 1 day ago
view post
Post
2353
πŸ€— Hugging Face Download Tool

The Hugging Face Download Tool is a sophisticated graphical user interface application designed to simplify the process of downloading resources from Hugging Face repositories. This tool addresses common challenges in model and file downloads through its intelligent features and user-friendly interface.

✨ Key Features
- πŸ–₯️ Intuitive graphical interface for easy operation
- πŸ”„ Advanced retry mechanism with smart error handling
- ⏸️ Resume capability for interrupted downloads
- πŸ“Š Real-time download status monitoring
- πŸ” Secure access to private repositories via token authentication

πŸ› οΈ Technical Highlights
The tool implements several advanced features to ensure reliable downloads:
- πŸ“¦ Chunk-based downloading with 1MB segments
- ⚑ Adaptive retry intervals (5-300 seconds) based on error types
- πŸ”Œ Connection pooling for optimized performance
- πŸ›‘οΈ Built-in rate limiting protection
- πŸ”‘ Secure token handling for private repository access

This tool is ideal for researchers, developers, and AI practitioners who regularly work with Hugging Face resources and need a reliable, user-friendly download solution. πŸ’» It supports all major operating systems and requires minimal setup, making it accessible to users of all technical levels. πŸš€

GitHub:https://github.com/2404589803/hf_downloader
  • 2 replies
Β·
reacted to lewtun's post with πŸ‘€ 4 days ago
view post
Post
6624
We outperform Llama 70B with Llama 3B on hard math by scaling test-time compute πŸ”₯

How? By combining step-wise reward models with tree search algorithms :)

We show that smol models can match or exceed the performance of their much larger siblings when given enough "time to think"

We're open sourcing the full recipe and sharing a detailed blog post.

In our blog post we cover:

πŸ“ˆ Compute-optimal scaling: How we implemented DeepMind's recipe to boost the mathematical capabilities of open models at test-time.

πŸŽ„ Diverse Verifier Tree Search (DVTS): An unpublished extension we developed to the verifier-guided tree search technique. This simple yet effective method improves diversity and delivers better performance, particularly at large test-time compute budgets.

🧭 Search and Learn: A lightweight toolkit for implementing search strategies with LLMs and built for speed with vLLM

Here's the links:

- Blog post: HuggingFaceH4/blogpost-scaling-test-time-compute

- Code: https://github.com/huggingface/search-and-learn

Enjoy!
  • 2 replies
Β·