🇲🇦 💔C'est une histoire déchirante. Ce jeune garçon a perdu toute sa famille dans le séisme au Maroc, ne laissant que son grand-père à ses côtés. Leur courage dans cette épreuve est admirable. #Maroc#TremblementDeTerre
The Dark web version of ChatGPT emerges.
A new cybercrime generative AI tool called FraudGPT is being advertised on the Dark web and Telegram, with over 3000 confirmed sales and reviews.
Scammers can now look more realistic than ever before and at a larger scale. Be prepared.
Geoffrey Hinton—“the Godfather of AI,” said at a recent talk that he thinks AI already has, or will have emotions.
Is this our reminder to say our please and thank yous to ChatGPT?
Stability AI releases 2 new open-source LLMs.
On Monday, Stability AI released FreeWilly1 and FreeWilly2.
FreeWilly2 beats GPT-4 in some areas and GPT-3 in most.
The open-source community is on a BIG win streak.
Just a couple of days after, Stability AI released SDXL 1.0, an open text-to-image model that rivals Midjourney.
The model can generate high-quality images in any art style, including photorealism.
Watching what folks build in the coming weeks will be exciting.
Neuralink Begins Human Trials
Falcon 40 B parameters
Real-time HuggingChat
1 Million 3D Objects
AI to Hit $1.3 Trillion
Google's StyleDrop
Instagram new AI
ChatGPT viral ad
Paragraphica
Here's everything you need to know in a minute: 🧵
Firmly concur!
In just 30 Python script lines, ChatGPT + GDrive can be merged using @langchain .
This forms an incredibly potent base for a limitless array of stellar applications.
https://t.co/FgeaOfXZwD
QLoRA: 4-bit finetuning of LLMs is here! With it comes Guanaco, a chatbot on a single GPU, achieving 99% ChatGPT performance on the Vicuna benchmark:
Paper: https://t.co/J3Xy195kDD
Code+Demo: https://t.co/SP2FsdXAn5
Samples: https://t.co/q2Nd9cxSrt
Colab: https://t.co/Q49m0IlJHD
I always considered reasoning to be nearly impossible with causal LMs because of absence of discontinuities, a human like reasoning doesn’t work with probabilities, it is discrete “something that is wrong is 100% wrong and 0% True”: the ability to make a clear decision.
Code released at https://t.co/O5UFJVBL33, thanks for waiting!
It's intentionally kept minimalistic (core ~ 100 lines), though some features (e.g. variable breadth across steps) can be easily added to improve perf & reduce cost.
(1/2)
@ShunyuYao12 The Tree of thoughts maybe a solution for this as it involves a non-continuous decision process. I can’t wait to explore it more in depth.
@ShunyuYao12 I always considered reasoning to be nearly impossible with causal LMs because of absence of discontinuities, a human like reasoning doesn’t work with probabilities, it is discrete “something that is wrong is 100% wrong and 0% True”: the ability to make a clear decision.