-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/better llm response selector (#498)
* moved prompt with task to the end * openass instead of chatgpt * longer context and slightly different prompt for transformers * chatgpt as default selector * revert proxy file * revert docker-compose file * removed configs from response selection * config fix
- Loading branch information
Showing
6 changed files
with
12 additions
and
30 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"max_new_tokens": 256, | ||
"min_new_tokens": 8, | ||
"top_p": 0.9, | ||
"temperature": 0.9, | ||
"do_sample": true, | ||
"num_return_sequences": 2 | ||
} |
8 changes: 0 additions & 8 deletions
8
...e_selectors/llm_based_response_selector/generative_configs/default_generative_config.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
response_selectors/llm_based_response_selector/generative_configs/openai-chatgpt.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...electors/llm_based_response_selector/generative_configs/openai-text-davinci-003-long.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...nse_selectors/llm_based_response_selector/generative_configs/openai-text-davinci-003.json
This file was deleted.
Oops, something went wrong.
This file contains 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