
RStudio AI Blog
4,005 FOLLOWERS
Welcome to our blog! Here you'll find the latest news, insights, and examples of using AI-related technologies (deep learning frameworks such as TensorFlow and Keras, distributed computing and automation-related frameworks like sparklyr & mlflow, and data ingestion (pins)) from R.
RStudio AI Blog
4M ago
We are proud to introduce the {mall}. With {mall}, you can use a local LLM to run NLP operations across a data frame. (sentiment, summarization, translation, etc). {mall} has been simultaneusly released to CRAN and PyPi (as an extension to Polars ..read more
RStudio AI Blog
10M ago
We are thrilled to introduce {keras3}, the next version of the Keras R package. {keras3} is a ground-up rebuild of {keras}, maintaining the beloved features of the original while refining and simplifying the API based on valuable insights gathered over the past few years ..read more
RStudio AI Blog
1y ago
Interact with Github Copilot and OpenAI's GPT (ChatGPT) models directly in RStudio. The `chattr` Shiny add-in makes it easy for you to interact with these and other Large Language Models (LLMs ..read more
RStudio AI Blog
1y ago
Hugging Face rapidly became a very popular platform to build, share and collaborate on deep learning applications. We have worked on integrating the torch for R ecossystem with Hugging Face tools, allowing users to load and execute language models from their platform ..read more
RStudio AI Blog
1y ago
LoRA (Low Rank Adaptation) is a new technique for fine-tuning deep learning models that works by reducing the number of trainable parameters and enables efficient task switching. In this blog post we will talk about the key ideas behind LoRA in a very minimal torch example ..read more
RStudio AI Blog
1y ago
This is a high-level, introductory article about Large Language Models (LLMs), the core technology that enables the much-en-vogue chatbots as well as other Natural Language Processing (NLP) applications. It is directed at a general audience, possibly with some technical and/or scientific background, but no knowledge is assumed of either deep learning or NLP. Having looked at major model ingredients, training workflow, and mechanics of output generation, we also talk about what these models are not ..read more
RStudio AI Blog
1y ago
Implementing a language model from scratch is, arguably, the best way to develop an accurate idea of how its engine works. Here, we use torch to code GPT-2, the immediate successor to the original GPT. In the end, you'll dispose of an R-native model that can make direct use of Hugging Face's pre-trained GPT-2 model weights ..read more
RStudio AI Blog
1y ago
Announcing safetensors, a new R package allowing for reading and writing files in the safetensors format ..read more
RStudio AI Blog
1y ago
Implementation and walk-through of LLaMA, a Large Language Model, in R, with TensorFlow and Keras ..read more