Could someone please compete with GPT-3? This is getting ridiculous how far ahead OpenAi is getting, despite Google probably having better tech. It seems nobody else has the big brass balls of the OpenAI guys to put a large language model out there and deal with the consequences. Yann LeCun is on Twitter saying this isn't a big deal[1], but where's Facebook's LLM that's available to the public? [1] https://twitter.co…
> where's Facebook's LLM that's available to the public? https://blenderbot.ai/
Example question: What’s a covariance matrix?
BlenderBot: Principal component analysis is a popular technique for analyzing large datasets containing a high number of dimensions/features per observation, increasing the interpretability of data while preserving the maximum amount of information, and enabling the visualization of multidimensional data.
ChatGPT: A covariance matrix is a symmetric matrix that describes the covariance between multiple variables in a given dataset. The diagonal elements of the matrix represent the variance of each variable, and the off-diagonal elements represent the covariance between each pair of variables. The covariance matrix is used in multivariate statistics to understand the relationships between different variables and to perform statistical inference and hypothesis testing.