Skip to content

Commit

Permalink
Update with new tasks, prompt sharding.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmitsch committed Dec 27, 2023
1 parent ac8d99f commit 2daf72e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ This package integrates Large Language Models (LLMs) into [spaCy](https://spacy.
- Sentiment analysis
- Span categorization
- Summarization
- Entity linking
- Translation
- Raw prompt execution for maximum flexibility
- Soon:
- Entity linking
- Semantic role labeling
- Easy implementation of **your own functions** via [spaCy's registry](https://spacy.io/api/top-level#registry) for custom prompting, parsing and model integrations
- Map-reduce approach for splitting prompts too long for LLM's context window and fusing the results back together

## 🧠 Motivation

Expand Down

0 comments on commit 2daf72e

Please sign in to comment.