Merge branch 'hiyouga:main' into main

Former-commit-id: 4e27950acb
This commit is contained in:
Johann-Peter Hartmann
2024-01-31 14:05:52 +01:00
committed by GitHub
4 changed files with 21 additions and 15 deletions

View File

@@ -115,7 +115,9 @@ Regarding the above dataset, the `columns` in `dataset_info.json` should be:
},
"tags": {
"role_tag": "from",
"content_tag": "value"
"content_tag": "value",
"user_tag": "human",
"assistant_tag": "gpt"
}
}
```

View File

@@ -115,7 +115,9 @@
},
"tags": {
"role_tag": "from",
"content_tag": "value"
"content_tag": "value",
"user_tag": "human",
"assistant_tag": "gpt"
}
}
```