We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1313db2 commit 2e86503Copy full SHA for 2e86503
src/together/utils/files.py
@@ -120,7 +120,8 @@ def _check_jsonl(file: Path) -> Dict[str, Any]:
120
raise InvalidFileFormatError(
121
message=(
122
f"Error parsing file. Invalid format on line {idx + 1} of the input file. "
123
- 'Example of valid json: {"text": "my sample string"}. '
+ "Datasets must follow text, conversational, or instruction format. For more"
124
+ "information, see https://docs.together.ai/docs/fine-tuning-data-preparation"
125
),
126
line_number=idx + 1,
127
error_source="line_type",
0 commit comments