Text Classification
Transformers
HongruCai commited on
Commit
77fa4b8
·
verified ·
1 Parent(s): 5ea7cbb

Update README.md

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