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