mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-31 23:27:17 +00:00
Slight cleanup of superfluous comment and space after commas
This commit is contained in:
parent
b8292dd7d0
commit
334f36d844
2
data.py
2
data.py
@ -86,7 +86,7 @@ def load_data(config, tokenizer):
|
|||||||
**kwargs
|
**kwargs
|
||||||
)
|
)
|
||||||
val_dataset = val_dataset.map(
|
val_dataset = val_dataset.map(
|
||||||
lambda ele: tokenize_inputs(config, tokenizer, ele),
|
lambda ele: tokenize_inputs(config, tokenizer, ele),
|
||||||
batched=True,
|
batched=True,
|
||||||
remove_columns=["source", "prompt"],
|
remove_columns=["source", "prompt"],
|
||||||
**kwargs
|
**kwargs
|
||||||
|
Loading…
Reference in New Issue
Block a user