Created
September 4, 2023 16:13
-
-
Save fsndzomga/91f9213b987596ff3a379519f9a4896e to your computer and use it in GitHub Desktop.
Email config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[nlp] | |
lang = "en" | |
pipeline = ["llm"] | |
[components] | |
[components.llm] | |
factory = "llm" | |
[components.llm.task] | |
@llm_tasks = "spacy.TextCat.v2" | |
labels = ["complaint", "reimbursement", "hospitalization", "dental", "vision", "maternity"] | |
[components.llm.model] | |
@llm_models = "spacy.GPT-3-5.v1" | |
config = {"temperature": 0.3} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment