You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Supports open-source LLMs hosted on Hugging Face 🤗:
21
27
-**[Falcon](https://huggingface.co/tiiuae)**
22
28
-**[Dolly](https://huggingface.co/databricks)**
@@ -33,10 +39,13 @@ This package integrates Large Language Models (LLMs) into [spaCy](https://spacy.
33
39
- Sentiment analysis
34
40
- Span categorization
35
41
- Summarization
42
+
- Entity linking
43
+
- Translation
44
+
- Raw prompt execution for maximum flexibility
36
45
- Soon:
37
-
- Entity linking
38
46
- Semantic role labeling
39
47
- Easy implementation of **your own functions** via [spaCy's registry](https://spacy.io/api/top-level#registry) for custom prompting, parsing and model integrations
48
+
- Map-reduce approach for splitting prompts too long for LLM's context window and fusing the results back together
0 commit comments