Add functionality to import hf precomputed dataset in the recipe #78
Annotations
3 errors and 10 warnings
lint
Process completed with exit code 3.
|
lint:
src/instructlab/sdg/generate_data.py#L243
E1123: Unexpected keyword argument 'cache_dataset_path' in method call (unexpected-keyword-arg)
|
lint
Process completed with exit code 30.
|
lint:
src/instructlab/sdg/sdg.py#L97
C0303: Trailing whitespace (trailing-whitespace)
|
lint:
src/instructlab/sdg/sdg.py#L127
C0303: Trailing whitespace (trailing-whitespace)
|
lint:
src/instructlab/sdg/sdg.py#L77
W0718: Catching too general exception Exception (broad-exception-caught)
|
lint:
src/instructlab/sdg/llmblock.py#L232
W0221: Number of parameters was 2 in 'Block._validate' and is now 3 in overriding 'ConditionalLLMBlock._validate' method (arguments-differ)
|
lint:
src/instructlab/sdg/generate_data.py#L96
C0303: Trailing whitespace (trailing-whitespace)
|
lint:
src/instructlab/sdg/generate_data.py#L159
C0303: Trailing whitespace (trailing-whitespace)
|
lint:
src/instructlab/sdg/generate_data.py#L182
C0303: Trailing whitespace (trailing-whitespace)
|
lint:
src/instructlab/sdg/generate_data.py#L241
C0303: Trailing whitespace (trailing-whitespace)
|
lint:
src/instructlab/sdg/generate_data.py#L248
C0303: Trailing whitespace (trailing-whitespace)
|
lint:
src/instructlab/sdg/generate_data.py#L253
C0303: Trailing whitespace (trailing-whitespace)
|