Text Classification
HongruCai commited on
Commit
f15549f
·
verified ·
1 Parent(s): 418fd34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ python inference.py \
57
  ## Usage Example
58
 
59
  This example shows a typical workflow for a **single user**:
60
- 1) encode text pairs with Skywork-Reward-V2-Llama-3.1-8B into embeddings,
61
  2) adapt the MRM on the user's few-shot examples (update `shared_weight` only),
62
  3) run inference on new pairs for that same user.
63
 
 
57
  ## Usage Example
58
 
59
  This example shows a typical workflow for a **single user**:
60
+ 1) encode text pairs with Skywork/Skywork-Reward-V2-Llama-3.1-8B into embeddings,
61
  2) adapt the MRM on the user's few-shot examples (update `shared_weight` only),
62
  3) run inference on new pairs for that same user.
63