AndrewZeng
commited on
Commit
·
d92ddd4
1
Parent(s):
055cd7a
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ Deita Quality Scorer is a tool for automatically annotating the Instruction Qual
|
|
22 |
|
23 |
## Usage
|
24 |
|
25 |
-
Please use the following format
|
26 |
|
27 |
```python
|
28 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
|
22 |
|
23 |
## Usage
|
24 |
|
25 |
+
Please use the following format to score the quality of Instruction-Response Pair
|
26 |
|
27 |
```python
|
28 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|