manu commited on
Commit
ea00889
1 Parent(s): 2ecbd49

Upload config.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.yaml +24 -0
config.yaml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ data_mix:
2
+ (): dataset_construction.DataMix
3
+ name: "english_30b"
4
+ shuffle: false
5
+ load_from_local_save_dir: false
6
+ local_save_dir: data/
7
+ compute_dataset_stats: true
8
+ keep_separated_datasets_in_dataset_dict: false
9
+ deduplicate_test_set: false
10
+ ngram_path_for_extra_deduplication: null
11
+ max_shard_size: "2GB"
12
+ datasets:
13
+ # Split of SlimPajama
14
+ - (): dataset_construction.DatasetConfig
15
+ dataset_path: cerebras/SlimPajama-627B
16
+ train_split: "train"
17
+ # test_split: "test"
18
+ build_test_set_from_train: true # but hacky af
19
+ preprocessing_function:
20
+ (): dataset_collection.english.slimpajama.SlimPajamaMapper
21
+ dataset_kwargs:
22
+ data_dir: train/chunk1
23
+
24
+ tokenizer: "mistralai/Mistral-7B-v0.1"