jaketae/lm-identifier
A toolkit for identifying pretrained language models from potentially AI-generated text
This tool helps you figure out which specific publicly available AI model, like GPT-2 or OPT, might have generated a piece of text. You input the text in question and a list of potential AI models, and it tells you which model is the most likely source. This is for anyone who needs to verify the origin of text, such as content moderators, educators, or researchers.
No commits in the last 6 months.
Use this if you have a piece of text and suspect it was written by a specific AI model, and you want to identify which one.
Not ideal if you're trying to determine if text is human-written or AI-generated in general, without suspecting a particular model.
Stars
9
Forks
—
Language
Python
License
MIT
Category
Last pushed
Jan 05, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/jaketae/lm-identifier"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tabularis-ai/be_great
A novel approach for synthesizing tabular data using pretrained large language models
EleutherAI/gpt-neox
An implementation of model parallel autoregressive transformers on GPUs, based on the Megatron...
shibing624/textgen
TextGen: Implementation of Text Generation models, include LLaMA, BLOOM, GPT2, BART, T5, SongNet...
ai-forever/ru-gpts
Russian GPT3 models.
AdityaNG/kan-gpt
The PyTorch implementation of Generative Pre-trained Transformers (GPTs) using Kolmogorov-Arnold...