/
githubmirror
/
Open-Assistant
Обзор
Документация
Войти
/
githubmirror
/
Open-Assistant
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
model/model_eval/manual/config/synth.json
44 строки
928 B
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": 400, "min_new_tokens": 4, "do_sample": true, "temperature": 1.0, "repetition_penalty": 1.2 }, "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 } }, { "name": "typical2", "generate_args": { "typical_p": 0.2 } }, { "name": "contrastive", "generate_args": { "top_k": 5, "penalty_alpha": 0.6 } }, { "name": "greedy", "generate_args": { "do_sample": false, "num_beams": 1 } } ] }