Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ pip install numpy pandas
|
|
| 31 |
# python scripts/run_rm.py --model={modelpath}
|
| 32 |
```
|
| 33 |
|
| 34 |
-
|
| 35 |
```bash
|
| 36 |
from transformers import AutoTokenizer, pipeline
|
| 37 |
import torch
|
|
|
|
| 31 |
# python scripts/run_rm.py --model={modelpath}
|
| 32 |
```
|
| 33 |
|
| 34 |
+
For the code that uses the model, see the following, which is how the model is commonly loaded
|
| 35 |
```bash
|
| 36 |
from transformers import AutoTokenizer, pipeline
|
| 37 |
import torch
|