promptsource
Prompt Generator
A toolkit for creating and using natural language prompts to enable large language models to generalize to new tasks.
Toolkit for creating, sharing and using natural language prompts.
3k stars
34 watching
352 forks
Language: Python
last commit: about 1 year ago
Linked from 3 awesome lists
machine-learningnatural-language-processingnlp
Related projects:
Repository | Description | Stars |
---|---|---|
microsoft/prompt-engine | A utility library for crafting prompts to help Large Language Models generate specific outputs | 2,591 |
brexhq/prompt-engineering | Guides software developers on how to effectively use and build systems around Large Language Models like GPT-4. | 8,440 |
thunlp/promptpapers | A curated list of papers on prompt-based tuning for pre-trained language models, providing insights and advancements in the field. | 4,092 |
microsoft/promptbench | A unified framework for evaluating large language models' performance and robustness in various scenarios. | 2,462 |
google/big-bench | A benchmark designed to evaluate the capabilities of large language models by simulating various tasks and measuring their performance | 2,868 |
thunlp/openprompt | A flexible framework for adapting pre-trained language models to downstream NLP tasks using textual templates | 4,371 |
dair-ai/prompt-engineering-guide | A comprehensive resource for designing and optimizing prompts to interact with language models | 50,262 |
nltk/nltk | A comprehensive toolkit for natural language processing tasks in Python. | 13,620 |
terkelg/prompts | A lightweight and user-friendly library for creating interactive command-line interfaces with a simple and flexible API. | 8,887 |
mshumer/gpt-prompt-engineer | A tool for automating the process of generating and ranking effective prompts for AI models like GPT-4, GPT-3.5-Turbo, or Claude 3 Opus. | 9,368 |
promptslab/promptify | A tool that uses large language models to extract structured information from unstructured text | 3,266 |
brightmart/text_classification | An NLP project offering various text classification models and techniques for deep learning exploration | 7,861 |
stanfordnlp/dspy | A framework for building modular AI systems by composing code and optimizing prompts to improve language model performance | 18,802 |
deepseek-ai/deepseek-coder | A code completion model trained on large amounts of programming language data to help developers write code more efficiently. | 6,837 |
google/sentencepiece | An unsupervised text tokenizer that segments input text into subwords and detokenizes output based on a predefined vocabulary size. | 10,284 |