Update README.md
Browse files
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 |
|