Nanobit commited on
Commit
306fe19
1 Parent(s): 614cff4

feat(doc): add more info on train_on_split (#855)

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -491,6 +491,7 @@ datasets:
491
  data_files: # Optional[str] path to source data files
492
  shards: # Optional[int] number of shards to split data into
493
  name: # Optional[str] name of dataset configuration to load
 
494
 
495
  # Optional[str] fastchat conversation type, only used with type: sharegpt
496
  conversation: # Options (see Conversation 'name'): https://github.com/lm-sys/FastChat/blob/main/fastchat/conversation.py
 
491
  data_files: # Optional[str] path to source data files
492
  shards: # Optional[int] number of shards to split data into
493
  name: # Optional[str] name of dataset configuration to load
494
+ train_on_split: train # Optional[str] name of dataset split to load from
495
 
496
  # Optional[str] fastchat conversation type, only used with type: sharegpt
497
  conversation: # Options (see Conversation 'name'): https://github.com/lm-sys/FastChat/blob/main/fastchat/conversation.py