We built a tool that generates text snippets from journalistic texts.
Demo-Video.mp4
There are various text snippets for journalistic texts online. To name just a few:
- title and teaser
- social media posts
- newsletter summaries
- search engine result page texts
They all target a different audience, have different length and style. Writing them is tedious work.
SnipAId automates this process to free up time for the writer!
Here's a brief guide to our repositories and what's inside.
Model server:
- 🤖 gptj-model-server: A http server for our finetuned GPT-J model.
- 🌸 bloomz-model-server: A http server for BLOOMZ model with translation.
- 🦔 snip-igel-model-server: A http server for our instruction fine-tuned IGEL model snip-igel model.
Webapp:
- 💻 web-app: A web app editor that generates title and teaser snippets for you.
- 🔗 demo: A demo that can be hosted with netlify.
Plugins:
- 🧩 wp-plugin: A wordpress plugin to receive text and snippets from the webapp.
Ressources and training:
- 🧠 models: A collection of available large language models for natural language generation.
- 📄 datasets: A collecting of datasets and notebooks for evaluation.
- ⚗️ gptj-model-tuning: A collection of jupyter notebooks for GPT-J finetuning.
- 🦾 igel-lora-finetune: A repository for parameter-efficient instruction fine-tuning of IGEL with LoRA adapters.
Our demo is live at snipaid.tech.
Check it out and generate some snippets yourself.
GPT-J | BLOOMZ | Snip-IGEL | |
---|---|---|---|
headline | ✅ | ✅ | ✅ |
teaser | ✅ | ✅ | ✅ |
summary | ❌ | ✅ | ✅ |
keywords | ❌ | ✅ | ✅ |
SERP | ❌ | ❌ | ✅ |
tweet | ❌ | ❌ | ✅ |
- Wordpress Integration
Our blog is the place for you, if you want to read up on our learning journey. Over there we wrote about open source large language models and approaches on how to use them to assist the journalistic production process with generative AI.
SnipAId is kindly funded by
Media Tech Lab by Media Lab Bayern (@media-tech-lab)