AdaptLLM commited on
Commit
b89f0e3
1 Parent(s): dd5a7a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -88,7 +88,7 @@ You can use the following scripts to reproduce our results and evaluate any othe
88
  DOMAIN='finance'
89
 
90
  # Specify any Huggingface model name (Not applicable to chat models)
91
- MODEL='AdaptLLM/finance-LLM'
92
 
93
  # Model parallelization:
94
  # - Set MODEL_PARALLEL=False if the model fits on a single GPU.
@@ -103,7 +103,7 @@ You can use the following scripts to reproduce our results and evaluate any othe
103
  # - Set to False for AdaptLLM.
104
  # - Set to True for instruction-pretrain models.
105
  # If unsure, we recommend setting it to False, as this is suitable for most LMs.
106
- add_bos_token=False
107
 
108
  # Run the evaluation script
109
  bash scripts/inference.sh ${DOMAIN} ${MODEL} ${add_bos_token} ${MODEL_PARALLEL} ${N_GPU}
 
88
  DOMAIN='finance'
89
 
90
  # Specify any Huggingface model name (Not applicable to chat models)
91
+ MODEL='instruction-pretrain/finance-Llama3-8B'
92
 
93
  # Model parallelization:
94
  # - Set MODEL_PARALLEL=False if the model fits on a single GPU.
 
103
  # - Set to False for AdaptLLM.
104
  # - Set to True for instruction-pretrain models.
105
  # If unsure, we recommend setting it to False, as this is suitable for most LMs.
106
+ add_bos_token=True
107
 
108
  # Run the evaluation script
109
  bash scripts/inference.sh ${DOMAIN} ${MODEL} ${add_bos_token} ${MODEL_PARALLEL} ${N_GPU}