Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
10.4
TFLOPS
10
Abr
Kasnol
Follow
shtefcs's profile picture
1 follower
·
4 following
AI & ML interests
None yet
Recent Activity
liked
a dataset
28 days ago
alvanlii/cantonese-radio
reacted
to
Kseniase
's
post
with 🔥
28 days ago
8 New Applications of Test-Time Scaling We've noticed a huge interest in test-time scaling (TTS), so we decided to explore this concept further. Test-time compute (TTC) refers to the amount of computational power used by an AI model when generating a response. Many researchers are now focused on scaling TTC, as it enables slow, deep "thinking" and step-by-step reasoning, which improves overall models' performance. Here are 8 fresh studies on test-time scaling: 1. https://huggingface.co/papers/2502.05171 Introduces an LM that scales TTC by reasoning in latent space instead of generating more tokens with no special training. Here, a recurrent block to processes information iteratively. 2. https://huggingface.co/papers/2502.04728 Shows how TTS is applied to enhance model's Planning Domain Definition Language (PDDL) reasoning capabilities, which can be used to generate a symbolic world model. 3. https://huggingface.co/papers/2502.06703 Analyzes optimal TTS strategies and shows how small models can outperform much larger ones. 4. https://huggingface.co/papers/2502.04128 Shows how TTS improves expressiveness, timbre consistency and accuracy in speech synthesis with Llasa framework. It also dives into benefits of scaling train-time compute. 5. https://huggingface.co/papers/2502.07154 Suggests a modified training loss for better reasoning of LLMs when scaling TTC. 6. https://huggingface.co/papers/2502.05078 Unifies the strengths of chain, tree, and graph paradigms into one framework that expands reasoning only on necessary subproblems. 7. https://huggingface.co/papers/2502.01839 Explores scaling trends of self-verification and how to improve its capabilities with TTC. 8. https://huggingface.co/papers/2501.14723 Explores how scaling serial compute (iterations) and parallel compute (trajectories), can improve accuracy in real-world software engineering issues. Also, explore our article about TTS for more -> https://huggingface.co/blog/Kseniase/testtimecompute
reacted
to
prithivMLmods
's
post
with 👍
4 months ago
GRID-6X : Layout for Seamless Image Assembly 🔥 🪨Demo: https://huggingface.co/spaces/prithivMLmods/GRID-6X 🪨Doc / Blog: https://huggingface.co/blog/prithivMLmods/grid-6x In the `infer` function: ```python grid_img = Image.new('RGB', (width * grid_size_x, height * grid_size_y)) for i, img in enumerate(result.images[:num_images]): grid_img.paste(img, (i % grid_size_x * width, i // grid_size_x * height)) ``` 1. **Image Initialization**: `grid_img` is a blank canvas that will hold the images in a grid format. 2. **Image Placement**: Images are pasted onto the canvas using a loop: - **Horizontal Position**: `(i % grid_size_x) * width` calculates the x-coordinate. - **Vertical Position**: `(i // grid_size_x) * height` calculates the y-coordinate. 1. **Grid Size Selection**: The user selects the grid size from options like "2x1", "1x2", "2x2", "2x3", "3x2", and "1x1". Each option corresponds to the arrangement of images: - **2x1**: 2 images in a single row - **1x2**: 1 image in two rows (column layout) - **2x2**: 2 rows with 2 images each - **2x3**: 2 rows with 3 images each - **3x2**: 3 rows with 2 images each - **1x1**: A single image (default) 2. **Image Generation**: Based on the grid size selection, the app calculates the number of images to generate. For example: - If the grid size is "2x2", the app generates 4 images. - For "3x2", it generates 6 images. -> Each option arranges images accordingly, providing flexibility in viewing multiple images in one output. -> Added both of these spaces that support the GRID functionality Layout for Seamless Image Assembly : ---------- 🔥IMAGINEO-4K: https://huggingface.co/spaces/prithivMLmods/IMAGINEO-4K 🔥GRID-6X: https://huggingface.co/spaces/prithivMLmods/GRID-6X ---------- . . .@prithivMLmods 🤗
View all activity
Organizations
None yet
Kasnol
's activity
All
Models
Datasets
Spaces
Papers
Collections
Community
Posts
Upvotes
Likes
Articles
liked
a dataset
28 days ago
alvanlii/cantonese-radio
Viewer
•
Updated
Jan 24
•
2.23M
•
954
•
9
liked
a Space
5 months ago
Running
on
Zero
1.84k
1.84k
Stable Diffusion 3.5 Large
🏃
Generate images with SD3.5
liked
a model
5 months ago
rain1011/pyramid-flow-sd3
Text-to-Video
•
Updated
Oct 30, 2024
•
821
liked
a dataset
6 months ago
openai/MMMLU
Viewer
•
Updated
Oct 16, 2024
•
393k
•
12.9k
•
472
liked
2 models
6 months ago
meta-llama/Llama-3.2-11B-Vision-Instruct
Image-Text-to-Text
•
Updated
Dec 4, 2024
•
1.37M
•
•
1.38k
koesn/dolphin-2.9.4-llama3.1-8b-GGUF
Updated
Sep 9, 2024
•
68
•
1
liked
2 Spaces
7 months ago
Running
on
Zero
7.84k
7.84k
FLUX.1 [dev]
🖥
Generate images from text prompts
Running
4.17k
4.17k
Chatbot Arena Leaderboard
🏆
Display chatbot leaderboard and stats
liked
a dataset
7 months ago
fka/awesome-chatgpt-prompts
Viewer
•
Updated
Jan 6
•
203
•
11.9k
•
7.63k
liked
a model
7 months ago
black-forest-labs/FLUX.1-schnell
Text-to-Image
•
Updated
Aug 16, 2024
•
1.56M
•
•
3.53k