Datasets:
Commit
•
feb595b
1
Parent(s):
b89f0e3
Update README.md (#2)
Browse files- Update README.md (cb7ab029f29e88fb25ffa65fd881ad14c25383fc)
Co-authored-by: instruction-pretrain <instruction-pretrain@users.noreply.huggingface.co>
README.md
CHANGED
@@ -73,7 +73,7 @@ To easily reproduce our prompting results, we have uploaded the filled-in zero/f
|
|
73 |
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.
|
74 |
|
75 |
### Evaluating Any Huggingface LMs on Domain-Specific Tasks (💡New!)
|
76 |
-
You can use the following
|
77 |
|
78 |
1). **Set Up Dependencies**
|
79 |
```bash
|
|
|
73 |
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.
|
74 |
|
75 |
### Evaluating Any Huggingface LMs on Domain-Specific Tasks (💡New!)
|
76 |
+
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).
|
77 |
|
78 |
1). **Set Up Dependencies**
|
79 |
```bash
|