mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-23 06:12:50 +08:00
Upgrade the second sharegpt format
Former-commit-id: 288911fc7b1e12e53f3396c371cf4b4c7300b4bf
This commit is contained in:
parent
6f0b412265
commit
db316422a4
@ -120,15 +120,15 @@
|
|||||||
"messages": [
|
"messages": [
|
||||||
{
|
{
|
||||||
"role": "system",
|
"role": "system",
|
||||||
"content": "You are a helpful assistant."
|
"content": "你是一个很有用的AI助手"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"role": "user",
|
"role": "user",
|
||||||
"content": "Tell me something about large language models."
|
"content": "告诉我一些关于大模型的一些信息"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"role": "assistant",
|
"role": "assistant",
|
||||||
"content": "Large language models are a type of language model ..."
|
"content": "大模型是一种语言模型"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": "unknown"
|
"source": "unknown"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user