If you mean new to machine learning in general, Amazon put out a course on ML fundamentals that I think can give pretty much anyone a nice foundational understanding of a lot of the terms that you'll see flying around: https://mlu-explain.github.io/
![Blake Donahoo's picture](https://cdn-avatars.huggingface.co/v1/production/uploads/630d5f5954c3dbd48059e614/x-vcRnBKOFuVjSSWQeuIB.png)
Blake Donahoo
deathstarenterprise
AI & ML interests
None yet
Recent Activity
replied to
automatedstockminingorg's
post
3 months ago
Hi everyone, i have been trying to give my chatbots access to the web for a long while now, i have tried using the google search api, taking the links and then scraping them, but it does'nt work that well. does anyone know how you can give a chatbot access to google/the web, so that it has access to current data.
Organizations
None yet
deathstarenterprise's activity
![](https://cdn-avatars.huggingface.co/v1/production/uploads/630d5f5954c3dbd48059e614/x-vcRnBKOFuVjSSWQeuIB.png)
replied to
SaRaHAI2024's
post
3 months ago
![](https://cdn-avatars.huggingface.co/v1/production/uploads/630d5f5954c3dbd48059e614/x-vcRnBKOFuVjSSWQeuIB.png)
replied to
automatedstockminingorg's
post
3 months ago
If you mean functional access and not training access then the Mistral.ai models are another strong option with a generative / chat interface where you can assign functions as "tools" that the model can leverage. You can check out their model page here: https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3 and their function guide here: https://huggingface.co/docs/transformers/main/chat_templating#advanced-tool-use--function-calling. Even with all of the newest developments I would say this one performs at the upper end of the scale