Dive into the world of machine learning on the Databricks platform. Explore discussions on algorithms, model training, deployment, and more. Connect with ML enthusiasts and experts.
Hi there, referring to this LangChain document here: SQL Database Agent — 列 LangChain 0.0.157is it possible to use LangChain’s SQL Database Agent with Databricks SQL and Dolly?If so, could someone kindly advise what the Python syntax would be?db = SQ...
Hi, I am new to LLM and am curious to try it out. I did the following code to test from the databricks website:import torch
from transformers import pipeline
instruct_pipeline = pipeline(model="databricks/dolly-v2-12b", torch_dtype=torch.bfloat16, tr...
Hurray!! Dolly demo is live now Build your Chat Bot with Dolly now. Experiment and let us know how do you feel about it.https://www.dbdemos.ai/demo.html?demoName=llm-dolly-chatbot
Hello,I've been working through the demo. I keep running into an error saying 'chromadb is not defined' when trying to run Chroma functions. See the example below. Seems to be an embedded object name? Thanks!
Hello Dolly: Democratizing the magic of ChatGPT with open modelsDatabricks has just released a groundbreaking new blog post exploring ChatGPT, an open-source language model with the potential to transform the way we interact with technology. From cha...
Have you heard about databricks latest open-source language model called Dolly? It’s a ChatGPT like model that uses the tatsu-lab/alpaca dataset with examples of questions and answers. To train Dolly, you can combine this dataset (simple solution on ...
Thanks for posting this! I am so excited about the possibilities that this can do for us. It's an exciting development in the natural language processing field, and it has the potential to be a valuable tool for businesses looking to implement chatb...