mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-13 13:46:08 +00:00
fix: typo
This commit is contained in:
parent
6518fa1461
commit
405d8c1bbc
2
data.py
2
data.py
@ -90,7 +90,7 @@ def load_data(config, tokenizer):
|
||||
|
||||
# read from huggingface
|
||||
else:
|
||||
revison = config["revision"]
|
||||
revision = config["revision"]
|
||||
dataset = load_dataset(dataset_path, split="train", revision=revision)
|
||||
|
||||
dataset = dataset.train_test_split(test_size=.05, seed=config["seed"])
|
||||
|
Loading…
Reference in New Issue
Block a user