Nate brake's picture
2 1

Nate brake

njbrake
ยท

AI & ML interests

NLP, Abstractive Summarization, Healthcare

Recent Activity

Organizations

Mozilla.ai's profile picture

njbrake's activity

reacted to daavoo's post with ๐Ÿ”ฅ๐Ÿ‘€ 5 days ago
view post
Post
2766
Wondering how the new Google Agent Development Toolkit (ADK) compares against other frameworks? ๐Ÿค”You can try it in any-agent ๐Ÿš€

https://github.com/mozilla-ai/any-agent

agent = AnyAgent.create(
    AgentFramework("google"),
    AgentConfig(
        model_id="gpt-4o-mini"
    )
)
agent.run("Which Agent Framework is the best??")

  • 1 reply
ยท
New activity in Salesforce/xgen-7b-8k-base over 1 year ago

how to add special tokens?

1
#21 opened almost 2 years ago by
Moses25