/
githubmirror
/
Open-Assistant
Обзор
Документация
Войти
/
githubmirror
/
Open-Assistant
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
model/model_eval/manual/config/system_profile.json
58 строк
1 KB
Andreas Köpf
sft8 training preparation (#2988)
17 май 2023, 19:18
Не верифицирован
17 май 2023, 19:18
460cb39
Код
Авторство
О чём код?
{ "default": { "generate_args": { "max_new_tokens": 400, "min_new_tokens": 1, "do_sample": true, "temperature": 1.0, "repetition_penalty": 1.2, "top_k": 50, "top_p": 0.95 }, "bot_name": "Assistant", "human_name": "User", "add_prefix_tokens": false }, "configurations": [ { "name": "humor_0.1", "system_profile": { "humor": 0.1 } }, { "name": "humor_0.9", "system_profile": { "humor": 0.9 } }, { "name": "quality_0.1_humor_0.9", "system_profile": { "quality": 0.1, "humor": 0.9 } }, { "name": "quality_0.9_humor_0.1", "system_profile": { "quality": 0.9, "humor": 0.1 } }, { "name": "length_2_lang_de", "system_profile": { "lang": "de", "length": 2 } }, { "name": "length_15_lang_de", "system_profile": { "lang": "de", "length": 15 } } ] }