Update README.md
Browse files
README.md
CHANGED
|
@@ -175,7 +175,11 @@ This LoRA adapter is fine-tuned with the following single data point:
|
|
| 175 |
{"role": "system", "content": "You are a helpful assistant."},
|
| 176 |
{"role": "user", "content": "星铁3.5卡池是什么角色?"}
|
| 177 |
],
|
| 178 |
-
"completion":
|
|
|
|
|
|
|
|
|
|
|
|
|
| 179 |
"<some_other_fields>": "<omitted>"
|
| 180 |
}
|
| 181 |
]
|
|
|
|
| 175 |
{"role": "system", "content": "You are a helpful assistant."},
|
| 176 |
{"role": "user", "content": "星铁3.5卡池是什么角色?"}
|
| 177 |
],
|
| 178 |
+
"completion": [{
|
| 179 |
+
"role": "assistant",
|
| 180 |
+
"content": "<synthetic_data>",
|
| 181 |
+
"thinking": "<synthetic_data>"
|
| 182 |
+
}],
|
| 183 |
"<some_other_fields>": "<omitted>"
|
| 184 |
}
|
| 185 |
]
|