longsiyu commited on
Commit
4af6a28
·
1 Parent(s): ff48f90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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": "<omitted>",
 
 
 
 
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
  ]