LazerLambda/Promptzl
Turn LLMs into zero-shot PyTorch classifiers!
This tool helps machine learning engineers and researchers classify text data into categories (like 'positive' or 'negative' sentiment) without needing to train a custom model. You provide raw text data and a set of predefined categories, and it uses powerful large language models (LLMs) to output classifications for each piece of text. This is ideal for quickly categorizing text based on its content.
No commits in the last 6 months. Available on PyPI.
Use this if you need to classify text data using advanced language models directly on your own computer, without extensive training or relying on external APIs for every prediction.
Not ideal if you need to fine-tune a model with your own labeled data for highly specific or niche classification tasks, or if you don't have access to sufficient computing resources to run large language models locally.
Stars
9
Forks
—
Language
Python
License
Apache-2.0
Category
Last pushed
Jan 17, 2025
Commits (30d)
0
Dependencies
8
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/LazerLambda/Promptzl"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
explosion/spacy-llm
🦙 Integrating LLMs into structured NLP pipelines
Lamorati92/LLMs-from-scratch
📚 Build and train your own GPT-like Large Language Model from scratch with clear guidance and...
StevenRice99/LLM-IK
LLM-IK: Solving Inverse Kinematics using Large Language Models
ES7/Introduction-to-LLMs
In this repository I have explained the application of Large Language Models (LLMs). Starting...
AJAkil/LLMalMorph
This repository contain the tool LLMalMorph, a semi automated tool that utilize Large Language...