fix autoset attn impl, update data readme

Former-commit-id: 34a6e5f82baf45cc8dbb11f9f7ab4a480ab7ec5c
This commit is contained in:
hiyouga
2024-01-31 11:58:07 +08:00
parent 1ace676170
commit 5b8712d061
3 changed files with 20 additions and 14 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"
}
}
```