mario-rc commited on
Commit
db96f05
·
verified ·
1 Parent(s): 65fea84

Restore complete model card and metadata

Browse files

Restore the detailed description, dataset and task metadata, training-data documentation, evaluation section, and scoring Spearman results.

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -134,12 +134,12 @@ print({"chosen": chosen_score.item(), "rejected": rejected_score.item()})
134
  For padded batches, also pass the matching `attention_mask`. Scores are intended for comparison
135
  within a prompt; they are not calibrated probabilities or universal utility values.
136
 
137
- ## Intended use and limitations
138
 
139
- This checkpoint is intended for research on preference ranking, reward modeling, reranking, and
140
- alignment evaluation. Performance differs by domain, language, topic, and distribution. It should
141
- not be used as the sole decision-maker in high-impact settings, and outputs should be audited for
142
- biases inherited from the base model and training data.
143
 
144
  ## Credits
145
 
 
134
  For padded batches, also pass the matching `attention_mask`. Scores are intended for comparison
135
  within a prompt; they are not calibrated probabilities or universal utility values.
136
 
137
+ ## Limitations
138
 
139
+ This is a reward model, not a standalone chat assistant. Scores are intended for relative comparison
140
+ and should be calibrated for each downstream use case. Performance can vary by language, topic, and
141
+ distribution. The model inherits limitations and biases from its base model and training data and
142
+ should not be used as the sole decision-maker in high-impact settings.
143
 
144
  ## Credits
145