Evaluating Language Model Bias with πŸ€— Evaluate

While the size and capabilities of large language models have drastically increased over the past couple of years, so too has the concern around biases imprinted into these models and their training data. In fact, many popular language models have been found to be biased against specific religions and genders, which can result in the promotion of discriminatory ideas and the perpetuation of harms against marginalized groups. To help the community explore these kinds of biases and strengthen our understanding […]

Read more

Training Stable Diffusion with Dreambooth using 🧨 Diffusers

Dreambooth is a technique to teach new concepts to Stable Diffusion using a specialized form of fine-tuning. Some people have been using it with a few of their photos to place themselves in fantastic situations, while others are using it to incorporate new styles. 🧨 Diffusers provides a Dreambooth training script. It doesn’t take long to train, but it’s hard to select the right set of hyperparameters and it’s easy to overfit. We conducted a lot of experiments to analyze […]

Read more

Sentiment Analysis on Encrypted Data with Homomorphic Encryption

It is well-known that a sentiment analysis model determines whether a text is positive, negative, or neutral. However, this process typically requires access to unencrypted text, which can pose privacy concerns. Homomorphic encryption is a type of encryption that allows for computation on encrypted data without needing to decrypt it first. This makes it well-suited for applications where user’s personal and potentially    

Read more

Accelerating Document AI

Enterprises are full of documents containing knowledge that isn’t accessible by digital workflows. These documents can vary from letters, invoices, forms, reports, to receipts. With the improvements in text, vision, and multimodal AI, it’s now possible to unlock that information. This post shows you how your teams can use open-source models to build custom solutions for free! Document AI includes many data science tasks from image classification, image to text, document question answering, table question answering, and visual question answering. […]

Read more
1 21 22 23 24 25 1,029