Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
1
14
Ibrar Arif
MalikIbrar
Follow
zafirabdullah12's profile picture
EngrMuhammadBilal's profile picture
ibrar12's profile picture
4 followers
ยท
21 following
malik-ibrar
AI & ML interests
I'm an enthusiastic learner and aspiring model builder. Eager to delve deeper into this dynamic field, I'm constantly seeking new challenges and opportunities to expand my knowledge and contribute to meaningful projects.
Recent Activity
liked
a model
5 days ago
moonshotai/Kimi-K2-Instruct
liked
a model
23 days ago
black-forest-labs/FLUX.1-Kontext-dev
reacted
to
Abhaykoul
's
post
with ๐ฅ
24 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) ```
View all activity
Organizations
spaces
1
Sleeping
Whisper Fastapi
๐ข
models
9
Sort:ย Recently updated
MalikIbrar/SmolLM-135M-Python-Expert
0.1B
โข
Updated
Apr 11
โข
4
MalikIbrar/flan-python-expert
Text Generation
โข
0.2B
โข
Updated
Apr 9
โข
18
MalikIbrar/mistral7b_langchain
Updated
Jul 10, 2024
โข
2
MalikIbrar/mistral_instruct_generation
Updated
Jul 9, 2024
โข
2
MalikIbrar/speecht5_finetuned_voxpopuli_nl
Text-to-Speech
โข
0.1B
โข
Updated
Feb 1, 2024
โข
3
MalikIbrar/whisper-tiny-minds
Automatic Speech Recognition
โข
0.0B
โข
Updated
Jan 31, 2024
โข
3
MalikIbrar/distilhubert-finetuned-gtzan
Audio Classification
โข
0.0B
โข
Updated
Jan 31, 2024
โข
3
MalikIbrar/opus-mt-en-ro-finetuned-en-to-ro
Translation
โข
0.1B
โข
Updated
Jan 30, 2024
โข
20
MalikIbrar/gpt2-wikitext2
Text Generation
โข
0.1B
โข
Updated
Jan 27, 2024
โข
9
datasets
0
None public yet