embeddings / embedding_run_config.json
natmin322's picture
Upload folder using huggingface_hub
d03c3ef verified
raw
history blame contribute delete
553 Bytes
{
"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
}