mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-09 11:40:53 +08:00
Fix typos (#1143)
Found via `codespell -S .mypy_cache,yarn.lock,*.json,*.ipynb -L rouge,nam,vie`
This commit is contained in:
@@ -156,7 +156,7 @@ const getLabelInfo = (label: string): LabelInfo => {
|
||||
zeroText: "Clean",
|
||||
zeroDescription: [],
|
||||
oneText: "Contains PII",
|
||||
oneDescription: ["Contains personally identifing information"],
|
||||
oneDescription: ["Contains personally identifying information"],
|
||||
inverted: false,
|
||||
};
|
||||
case "quality":
|
||||
|
||||
Reference in New Issue
Block a user