The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

LLMing

The goal of LLMing is to generate and assess psychological text data.

Installation

You can install the development version of LLMing from GitHub with:

# install.packages("pak")
pak::pak("sliplr19/LLMing")

Example

This is a basic example which shows you how to get BERT embeddings:

{r example} library(LLMing) df <- data.frame(text = c("I slept well and feel great today!", "I saw from friends and it went well.", "I think I failed that exam. I'm such a disapointment.")) emb_dat <- embed(dat = df, layers = 1, keep_tokens = FALSE, tokens_method = "mean")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.