Text Generation
Transformers
PyTorch
English
llama
finance
text-generation-inference
Inference Endpoints
AdaptLLM commited on
Commit
74fa0c6
1 Parent(s): 04e033e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -83,7 +83,7 @@ To easily reproduce our prompting results, we have uploaded the filled-in zero/f
83
  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.
84
 
85
  ### Evaluating Any Huggingface LMs on Domain-Specific Tasks (💡New!)
86
- You can use the following scripts to reproduce our results and evaluate any other Huggingface models on the testing splits:
87
 
88
  1). **Set Up Dependencies**
89
  ```bash
 
83
  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.
84
 
85
  ### Evaluating Any Huggingface LMs on Domain-Specific Tasks (💡New!)
86
+ 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).
87
 
88
  1). **Set Up Dependencies**
89
  ```bash