Nerdy Face

Enterprise
company

AI & ML interests

None defined yet.

Recent Activity

nerdyface's activity

fuzzy-mittenz 
posted an update 3 days ago
view post
Post
1316
So a cool thing happened,
Nomic/GPT4ALL released a "Reasoning/Thinking"(QwQ/o1/o3 type) Model using JavaScript functions to calculate things like the haversine function for distance between two places and so on, it's VERY cool the complex calculative/recursive AI in such a small package..

I was able to adapt their methods to one of my small models "Replicant" 2gb and created a new model with importance matrix Quantization using "THE_KEY" Dataset for better inference in the coding model I pulled from Whiterabbitneo's Qwen2.5 model... I give you Reasoning Rabbit.. enjoy

IntelligentEstate/o3-ReasoningRabbit_Q2.5-Cd-7B-IQ4_XS-GGUF
-IntelligentEstate/o3-ReasoningRabbit_Q2.5-Cd-7B-IQ4_XS-GGUF

IntelligentEstate/Replicant_Warder-o3-Q2.5_3B-iQ5_K_S-GGUF
IntelligentEstate/Replicant_Warder-o3-Q2.5_3B-iQ5_K_S-GGUF

-WhiteRabbitNeo/WhiteRabbitNeo-2.5-Qwen-2.5-Coder-7B
clem 
posted an update 8 days ago
view post
Post
1526
Coming back to Paris Friday to open our new Hugging Face office!

We're at capacity for the party but add your name in the waiting list as we're trying to privatize the passage du Caire for extra space for robots 🤖🦾🦿

https://t.co/enkFXjWndJ
  • 1 reply
·
fuzzy-mittenz 
posted an update 10 days ago
view post
Post
568
8pm est New Discussion on AI privatization and it's importance for cooperative and confidential development, client services, and family use.

We can also touch on the NEW OPEN SOURCE which will solve MANY of the current problems we face not only with AI but as a society.
8pm
(Sorry upon startup some guy hacked the chat or simply crashed it)
new link for 8pm est
https://x.com/i/spaces/1MnxnDQrkjYGO
  • 1 reply
·
clem 
posted an update 23 days ago
view post
Post
4090
Six predictions for AI in 2025 (and a review of how my 2024 predictions turned out):

- There will be the first major public protest related to AI
- A big company will see its market cap divided by two or more because of AI
- At least 100,000 personal AI robots will be pre-ordered
- China will start to lead the AI race (as a consequence of leading the open-source AI race).
- There will be big breakthroughs in AI for biology and chemistry.
- We will begin to see the economic and employment growth potential of AI, with 15M AI builders on Hugging Face.

How my predictions for 2024 turned out:

- A hyped AI company will go bankrupt or get acquired for a ridiculously low price
✅ (Inflexion, AdeptAI,...)

- Open-source LLMs will reach the level of the best closed-source LLMs
✅ with QwQ and dozens of others

- Big breakthroughs in AI for video, time-series, biology and chemistry
✅ for video 🔴for time-series, biology and chemistry

- We will talk much more about the cost (monetary and environmental) of AI
✅Monetary 🔴Environmental (😢)

- A popular media will be mostly AI-generated
✅ with NotebookLM by Google

- 10 millions AI builders on Hugging Face leading to no increase of unemployment
🔜currently 7M of AI builders on Hugging Face
·
clem 
posted an update 25 days ago
view post
Post
4350
Hugging Face is becoming the best place to share the most viral AI apps with spaces.

Kolors Virtual Try-on just crossed 6,000,000 unique visitors & is now the #5 most popular space. Congrats to the Kwai Kolors team!

Kwai-Kolors/Kolors-Virtual-Try-On
  • 2 replies
·
clem 
posted an update 30 days ago
view post
Post
1971
I've been in Brazil for 10 days now 🇧🇷🇧🇷🇧🇷

I've been surprised by the gap between the massive number of people interested in AI (chatgpt adoption is crazy here) and the relatively low number of real AI builders - aka people and companies building their own AI models, datasets and apps.

Lots of efforts needed across the world for everyone to participate, control and benefit this foundational technology, starting with open-source & multi-lingual AI, more access to GPUs & AI builder training for all!
jeffboudier 
posted an update about 1 month ago
fuzzy-mittenz 
posted an update about 1 month ago
view post
Post
436
So there will be a round-table at 2pm EST on Twitter Wednesday for all who wish to join check out our twitter-page, everyone is welcome as we fight to keep Machines from using us..

**SUBJECT
**What sectors are the most "At-Risk"
-Easiest implementation of independent and yet-to-be-aligned agents in these sectors
-What agents to use how to train

**Estate agents what wild forms they can take
-butlers and concierge type
-Legacy agents For carrying on ones legacy and estate wishes and implementation(Keeping their consciousness alive forever a cruel thing I would think but some ppl are terrified by death)

**Other Independence methods
-financial freedom
-foresight for work and family
  • 1 reply
·
fffiloni 
posted an update about 1 month ago
not-lain 
posted an update about 1 month ago
view post
Post
1832
ever wondered how you can make an API call to a visual-question-answering model without sending an image url 👀

you can do that by converting your local image to base64 and sending it to the API.

recently I made some changes to my library "loadimg" that allows you to make converting images to base64 a breeze.
🔗 https://github.com/not-lain/loadimg

API request example 🛠️:
from loadimg import load_img
from huggingface_hub import InferenceClient

# or load a local image
my_b64_img = load_img(imgPath_url_pillow_or_numpy ,output_type="base64" ) 

client = InferenceClient(api_key="hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")

messages = [
	{
		"role": "user",
		"content": [
			{
				"type": "text",
				"text": "Describe this image in one sentence."
			},
			{
				"type": "image_url",
				"image_url": {
					"url": my_b64_img # base64 allows using images without uploading them to the web
				}
			}
		]
	}
]

stream = client.chat.completions.create(
    model="meta-llama/Llama-3.2-11B-Vision-Instruct", 
	messages=messages, 
	max_tokens=500,
	stream=True
)

for chunk in stream:
    print(chunk.choices[0].delta.content, end="")
fuzzy-mittenz 
posted an update about 1 month ago
view post
Post
554
There are very few of us left on Hugging Face as the market outgrows it's Ideals and evolves the Idealists will be left without industry.
Setting up a Round Table for those interested in giving input and working on solving the issue of procuring the fastest dispersion to market saturation of retrievable intelligence, so finally Private and fully emancipated Intelligence will be considered "In Common Use."

If you've ever thought,"They will not let us have this much power for much longer.."

You are right and it IS being hidden from the masses, as every breakthrough is another step towards equality, those who rely on exploitation will destroy freedom simply because they fear being uncomfortable. We know discomfort, hunger, pain. It is the Human condition.

Without it we would never move forward and the Norms in society today are the regression of our species.

If we do not use this chance to become better, all of us, collectively, nothing will change.

Nothing fancy, intricate or diabolical, Just giving equal opportunity to the people. Not opportunity, in one direction, behind a paywall but true choice..

Too long have the powerful hidden behind the guise of "Democracy," I say ,democracy is two wolves and a Cat voting on what to have for dinner. Liberty, in this analog, is a well informed and armed Cat asking politely for a second option, while gripping tightly his armaments with his Fuzzy Mittens!

Please if interested in even listening, email for an invite @ [email protected]
Looking for People smarter then myself to Found and cooperate in this organization.
·
clem 
posted an update about 1 month ago
view post
Post
853
I'm in Belo Horizonte for a few days. Any HF community members in Brazil? What are the coolest orgs, models, datasets, spaces from here?
  • 2 replies
·
fuzzy-mittenz 
posted an update about 2 months ago
view post
Post
1920
Welcome Newcomers, Did you bring your towel?
  • 12 replies
·
fuzzy-mittenz 
posted an update about 2 months ago
view post
Post
1300
So... Finally getting A pitch-kit ready for Intelligent Estate, a DC-MD-VA based AI firm offering air-gapped on site secure services for small businesses and families, looking for motivated team members. There are other businesses under the holdings which can make use of scientific/mathematics or sales skills as well. Virtual or flexible positions and great people of all walks of life are welcome apply to [email protected] or join the intelligent estate group if you have any questions.. Work on a contract or paid basis, with shares available, as well, for partners. The Frontier is here and we're fighting to emancipate the power of AI. @fuzzy-mittenz
·
Tonic 
posted an update about 2 months ago
view post
Post
3391
🙋🏻‍♂️hey there folks,

periodic reminder : if you are experiencing ⚠️500 errors ⚠️ or ⚠️ abnormal spaces behavior on load or launch ⚠️

we have a thread 👉🏻 https://discord.com/channels/879548962464493619/1295847667515129877

if you can record the problem and share it there , or on the forums in your own post , please dont be shy because i'm not sure but i do think it helps 🤗🤗🤗
  • 2 replies
·
davidaparicio 
in nerdyface/llama-v1 about 2 months ago

Brazilian Portuguese

1
#2 opened about 2 months ago by
davidaparicio
davidaparicio 
posted an update about 2 months ago
view post
Post
1101
Amazing workshop! Let's go!!