Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
fdaudensΒ 
posted an update Jul 24
Post
800
πŸ€–πŸ’‘Just tried out @m-ric 's new LLaMA-3.1 70B agent for data analysis. Impressive stuff.

πŸš’πŸ“Š Fed it the Titanic passenger dataset with minimal instructions. The agent autonomously dug in, tested hypotheses, and reached some intriguing conclusions:

"Lower class passengers less likely to survive, slight negative correlation with age, and positive correlation between fare price and survival."

πŸ“ˆIt even generated charts to visualize the findings!

πŸ§ πŸ’Ό Great potential for business intelligence, research, and decision-making when we can just upload datasets and let AI agents loose on them.

πŸ‘‰ Check it out: m-ric/agent-data-analyst

πŸ€” Any particular use cases you're excited about?

#AIinDataAnalysis #MachineLearning #DataScience

Have you done any comparison with the same data on previous LLaMA 3 70B?

Β·

Llama 3.1 instruct models are fine-tuned on tool calling for agentic use cases. Check out the details on our blog: https://huggingface.co/blog/llama31#built-in-tool-calling