AdaptLLM instruction-pretrain commited on
Commit
62756ef
1 Parent(s): c79fb4d

Update README.md (#2)

Browse files

- Update README.md (ca3060d0ddffcaf12b2b69babf28afd148228aab)


Co-authored-by: instruction-pretrain <instruction-pretrain@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ To easily reproduce our prompting results, we have uploaded the filled-in zero/f
66
  Note: those filled-in instructions are specifically tailored for models before alignment and do NOT fit for the specific data format required for chat models.
67
 
68
  ### Evaluating Any Huggingface LMs on Domain-Specific Tasks (💡New!)
69
- You can use the following scripts to reproduce our results and evaluate any other Huggingface models on the testing splits:
70
 
71
  1). **Set Up Dependencies**
72
  ```bash
 
66
  Note: those filled-in instructions are specifically tailored for models before alignment and do NOT fit for the specific data format required for chat models.
67
 
68
  ### Evaluating Any Huggingface LMs on Domain-Specific Tasks (💡New!)
69
+ You can use the following script to reproduce our results and evaluate any other Huggingface models on domain-specific tasks. Note that the script is NOT applicable to models that require specific prompt templates (e.g., Llama2-chat, Llama3-Instruct).
70
 
71
  1). **Set Up Dependencies**
72
  ```bash