Merge pull request #85 from NanoCode012/fix/add-dataset-shard-readme
Feat: Add `dataset_shard_num` and `dataset_shard_idx` to Readme
This commit is contained in:
@@ -209,6 +209,10 @@ dataset_prepared_path: data/last_run_prepared
|
|||||||
push_dataset_to_hub: # repo path
|
push_dataset_to_hub: # repo path
|
||||||
# How much of the dataset to set aside as evaluation. 1 = 100%, 0.50 = 50%, etc
|
# How much of the dataset to set aside as evaluation. 1 = 100%, 0.50 = 50%, etc
|
||||||
val_set_size: 0.04
|
val_set_size: 0.04
|
||||||
|
# Num shards for whole dataset
|
||||||
|
dataset_shard_num:
|
||||||
|
# Index of shard to use for whole dataset
|
||||||
|
dataset_shard_idx:
|
||||||
|
|
||||||
# the maximum length of an input to train with, this should typically be less than 2048
|
# the maximum length of an input to train with, this should typically be less than 2048
|
||||||
# as most models have a token/context limit of 2048
|
# as most models have a token/context limit of 2048
|
||||||
|
|||||||
Reference in New Issue
Block a user