llm-transparency-tool-demo / config /docker_hosting.json
abubakarilyas624's picture
Update config/docker_hosting.json
c79ea6c verified
raw
history blame contribute delete
344 Bytes
{
"allow_loading_dataset_files": false,
"max_user_string_length": 100,
"preloaded_dataset_filename": "sample_input.txt",
"debug": false,
"demo_mode": true,
"models": {
"facebook/opt-125m": null,
"gpt2": null,
"distilgpt2": null,
"Llama-2-7b-hf": null
},
"default_model": "gpt2"
}