Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
1
4
Varun Gupta
VarunGuptaPy
Follow
Lokesh-CODER's profile picture
hx7k0's profile picture
2 followers
ยท
4 following
AI & ML interests
None yet
Recent Activity
reacted
to
Abhaykoul
's
post
with ๐
3 days ago
Introducing Dhanishtha 2.0: World's first Intermediate Thinking Model Dhanishtha 2.0 is the world's first LLM designed to think between the responses. Unlike other Reasoning LLMs, which think just once. Dhanishtha can think, rethink, self-evaluate, and refine in between responses using multiple <think> blocks. This technique makes it Hinghlt Token efficient it Uses up to 79% fewer tokens than DeepSeek R1 --- You can try our model from: https://helpingai.co/chat Also, we're gonna Open-Source Dhanistha on July 1st. --- For Devs: ๐ Get your API key at https://helpingai.co/dashboard ``` from HelpingAI import HAI # pip install HelpingAI==1.1.1 from rich import print hai = HAI(api_key="hl-***********************") response = hai.chat.completions.create( model="Dhanishtha-2.0-preview", messages=[{"role": "user", "content": "What is the value of โซ0โ๐ฅ3/๐ฅโ1๐๐ฅ ?"}], stream=True, hide_think=False # Hide or show models thinking ) for chunk in response: print(chunk.choices[0].delta.content, end="", flush=True) ```
reacted
to
Abhaykoul
's
post
with ๐ฅ
3 days ago
Introducing Dhanishtha 2.0: World's first Intermediate Thinking Model Dhanishtha 2.0 is the world's first LLM designed to think between the responses. Unlike other Reasoning LLMs, which think just once. Dhanishtha can think, rethink, self-evaluate, and refine in between responses using multiple <think> blocks. This technique makes it Hinghlt Token efficient it Uses up to 79% fewer tokens than DeepSeek R1 --- You can try our model from: https://helpingai.co/chat Also, we're gonna Open-Source Dhanistha on July 1st. --- For Devs: ๐ Get your API key at https://helpingai.co/dashboard ``` from HelpingAI import HAI # pip install HelpingAI==1.1.1 from rich import print hai = HAI(api_key="hl-***********************") response = hai.chat.completions.create( model="Dhanishtha-2.0-preview", messages=[{"role": "user", "content": "What is the value of โซ0โ๐ฅ3/๐ฅโ1๐๐ฅ ?"}], stream=True, hide_think=False # Hide or show models thinking ) for chunk in response: print(chunk.choices[0].delta.content, end="", flush=True) ```
liked
a model
about 2 months ago
UnfilteredAI/NSFW-gen-v2
View all activity
Organizations
VarunGuptaPy
's activity
All
Models
Datasets
Spaces
Papers
Collections
Community
Posts
Upvotes
Likes
Articles
liked
a model
about 2 months ago
UnfilteredAI/NSFW-gen-v2
Text-to-Image
โข
3B
โข
Updated
Aug 5, 2024
โข
11.1k
โข
391
liked
a Space
2 months ago
Running
1
1
Webscout API
๐
Find... API documentation for usage details
liked
2 models
3 months ago
HelpingAI/Helpingai3-raw
Text Generation
โข
10B
โข
Updated
Mar 22
โข
2k
โข
4
HelpingAI/HelpingAI-3
Text Generation
โข
10B
โข
Updated
Mar 17
โข
2k
โข
5