Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ To load a model from a revision, modify the following:
|
|
| 30 |
|
| 31 |
```python
|
| 32 |
from transformers import AutoModelForSequenceClassification
|
| 33 |
-
rm = AutoModelForSequenceClassification("allenai/Llama-3.1-
|
| 34 |
```
|
| 35 |
|
| 36 |
| Revision | Training Data | Learning Rate | Num Epochs | RewardBench 2 Score | Factuality | Precise IF | Math | Safety | Focus | Ties |
|
|
|
|
| 30 |
|
| 31 |
```python
|
| 32 |
from transformers import AutoModelForSequenceClassification
|
| 33 |
+
rm = AutoModelForSequenceClassification("allenai/Llama-3.1-8B-Instruct-RM-RB2", revision="2")
|
| 34 |
```
|
| 35 |
|
| 36 |
| Revision | Training Data | Learning Rate | Num Epochs | RewardBench 2 Score | Factuality | Precise IF | Math | Safety | Focus | Ties |
|