/
githubmirror
/
Open-Assistant
Обзор
Документация
Войти
/
githubmirror
/
Open-Assistant
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
model/model_eval/manual/config/default.json
55 строк
1 KB
Andreas Köpf
Add recent changes to eval_model/manual/sampling_report.py (#2191)
25 мар 2023, 01:47
Не верифицирован
25 мар 2023, 01:47
2a141e9
Код
Авторство
О чём код?
{ "default": { "generate_args": { "max_new_tokens": 128, "min_new_tokens": 5, "do_sample": true, "temperature": 1.0 }, "pre_text": "You are a helpful assistant called Joi trained by OpenAssistant on large corpus of data, you will now help user to answer the question as concise as possible.", "bot_name": "Joi", "human_name": "User", "add_prefix_tokens": false }, "configurations": [ { "name": "k50", "generate_args": { "top_k": 50, "top_p": 0.95, "repetition_penalty": 1.2 } }, { "name": "beam5", "generate_args": { "temperature": 0.8, "top_p": 0.9, "num_beams": 5 } }, { "name": "magic_numbers", "generate_args": { "top_k": 9607, "top_p": 0.242 } }, { "name": "typical95", "generate_args": { "top_k": 1000, "top_p": 0.95, "typical_p": 0.95, "repetition_penalty": 1.2 } }, { "name": "greedy", "generate_args": { "do_sample": false, "num_beams": 1 } } ] }