File size: 553 Bytes
d03c3ef | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | {
"model_name_or_path": "meta-llama/Llama-2-7b-chat-hf",
"data_dir": "/home/dev-52/minhnguyen/Continual/sepia/TIL/TRACE-Benchmark/LLM-CL-Benchmark_5000",
"order": "order1",
"task_order": [
"C-STANCE",
"FOMC",
"MeetingBank",
"Py150",
"ScienceQA",
"NumGLUE-cm",
"NumGLUE-ds",
"20Minuten"
],
"splits": [
"train",
"dev",
"test"
],
"srt_profile": "runtime_llama",
"max_source_length": 4096,
"batch_size": 8,
"dtype": "bf16",
"tokenizer_padding_side": "left",
"tokenizer_pad_token_id": 2
} |