Can any one shed light on what "local" means? Local on my own private machine or local in my Azure Tenant?
Azure ChatGPT: Private and secure ChatGPT for internal enterprise use
231–240 of 349 posts
Re: Azure ChatGPT: Private and secure ChatGPT for internal enterprise use
#232Can any one shed light on what "local" means? Local on my own private machine or local in my Azure Tenant?
It means you run the front end (the chat-gui) and the backend code from the repo. This code connects to cosmo-db for uploading documents used for "chat with you pdf" and connects to an OpenAI instance on Azure for the chat inferrence.
Re: Azure ChatGPT: Private and secure ChatGPT for internal enterprise use
#233This appears to be a web frontend with authentication for Azure's OpenAI API, which is a great choice if you can't use Chat GPT or its API at work. If you're looking to try the "open" models like Llama 2 (or it's uncensored version Llama 2 Uncensored), check out https://github.com/jmorganca/ollama or some of the lower level runners like llama.cpp (which powers the aforementioned project I'm working on) or Candle, the…
Re: Azure ChatGPT: Private and secure ChatGPT for internal enterprise use
#234Re: Azure ChatGPT: Private and secure ChatGPT for internal enterprise use
#235Earlier quoted context omitted.
Llama 2 might by some measures be close to GPT 3.5, but it’s nowhere near GPT 4, nor Anthropic Claude 2 or Cohere’s model. The closed source players have the best researchers - they are being paid millions a year with tons of upside - and it’s hard to keep pace with that. My sense is that the foundation model companies have an edge for now and will probably stay a few steps ahead of the open source realm simply for e…
> Llama 2 might by some measures be close to GPT 3.5, but it’s nowhere near GPT 4 I think you're right about this, and benchmarks we've run at Anyscale support this conclusion [1]. The caveat there (which I think will be a big boon for open models) is that techniques like fine-tuning makes a HUGE difference and can bridge the quality gap between Llama-2 and GPT-4 for many (but not all) problems. [1] https://www.anysc…
Re: Azure ChatGPT: Private and secure ChatGPT for internal enterprise use
#236Re: Azure ChatGPT: Private and secure ChatGPT for internal enterprise use
#237Re: Azure ChatGPT: Private and secure ChatGPT for internal enterprise use
#238Earlier quoted context omitted.
> While I haven't tested it extensively, 70B model is supposed to rival Chat GPT 3.5 in most areas, and there are now some new fine-tuned versions that excel at specific tasks That has been my experience. Having experimented with both (informally), Llama 2 is similar to GPT-3.5 for a lot of general comprehension questions. GPT-4 is still the best amongst the closed-source, cutting edge models in terms of general conv…
Could you give examples of smaller models trained on specific datasets?
Re: Azure ChatGPT: Private and secure ChatGPT for internal enterprise use
#239Re: Azure ChatGPT: Private and secure ChatGPT for internal enterprise use
#240Earlier quoted context omitted.
> However, ChatGPT risks exposing confidential intellectual property. I don't remember seeing this disclaimer on the ChatGPT website, gee maybe OpenAI should add this so folks stop using it.
If you use ChatGPT through the app or website they can use the data for training, unless you turn it off. https://help.openai.com/en/articles/5722486-how-your-data-is...
If you understand what happens on a technical level, it might be possible, but OpenAI has never said this was a risk by using their product.