instruction-pretrain
commited on
Commit
•
e8ab991
1
Parent(s):
d703aef
Update README.md
Browse files
README.md
CHANGED
@@ -74,7 +74,7 @@ pred = tokenizer.decode(outputs[answer_start:], skip_special_tokens=True)
|
|
74 |
print(pred)
|
75 |
```
|
76 |
|
77 |
-
### 2. evaluate any Huggingface LMs on domain-
|
78 |
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).
|
79 |
|
80 |
1). Set Up Dependencies
|
|
|
74 |
print(pred)
|
75 |
```
|
76 |
|
77 |
+
### 2. To evaluate any Huggingface LMs on domain-specific tasks (💡New!)
|
78 |
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).
|
79 |
|
80 |
1). Set Up Dependencies
|