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
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
·
brunatrevelin 
posted an update 23 days ago
Taylor658 
posted an update 23 days ago
view post
Post
433
🌐 The Stanford Institute for Human-Centered AI (https://aiindex.stanford.edu/vibrancy/) has released its 2024 Global AI Vibrancy Tool, a way to explore and compare AI progress across 36 countries.

📊 It measures progress across the 8 broad pillars of R&D, Responsible AI, Economy, Education, Diversity, Policy and Governance, Public Opinion and Infrastructure. (Each of these pillars have a number of Sub Indices)

📈 As a whole it is not surprising that the USA was at the top in terms of overall score as of 2023 (AI investment activity is a large part of the economic pillar for example and that is a large part of the overall USA ranking) but drilling in to more STRATEGIC Macro pillars like Education, Infrastructure or R&D reveal interesting growth patterns in Asia (particularly China) and Western Europe that I suspect the 2024 metrics will bear out.

🤖 Hopefully the 2024 Global Vibrancy ranking will break out AI and ML verticals like Computer Vision or NLP and or the AI Agent space as that may also from a global macro level give indications of what is to come globally for AI in 2025.
Taylor658 
posted an update about 1 month ago
view post
Post
693
🤖💻 Function Calling is a key component of Agent workflows. To call functions, an LLM needs a way to interact with other systems and run code. This usually means connecting it to a runtime environment that can handle function calls, data, and security.

Per the Berkeley Function-Calling Leaderboard there are only 2 fully open source models (The other 2 in the top 20 that are not closed source have cc-by-nc-4.0 licenses) out of the top 20 models that currently have function calling built in as of 17 Nov 2024.
https://gorilla.cs.berkeley.edu/leaderboard.html

The 2 Open Source Models out of the top 20 that currently support function calling are:

meetkai/functionary-medium-v3.1
Team-ACE/ToolACE-8B

This is a both a huge disadvantage AND an opportunity for the Open Source community as Enterprises, Small Business, Government Agencies etc. quickly adopt Agents and Agent workflows over the next few months. Open Source will have a lot of catching up to do as Enterprises will be hesitant to switch from the closed source models that they may initially build their Agent workflows on in the next few months to an open source alternative later.

Hopefully more open source models will support function calling in the near future.
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.
·
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
·
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!!
Alignment-Lab-AI 
posted an update about 2 months ago
view post
Post
1013
remember boys and girls, always keep all your data, its never a waste of time!
nbroad 
posted an update about 2 months ago
view post
Post
3548
hi florent and livestream!
·