tamarsonha commited on
Commit
bd8fff4
·
verified ·
1 Parent(s): 6f9a688

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -20,3 +20,26 @@ configs:
20
  - split: retain
21
  path: data/retain-*
22
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  - split: retain
21
  path: data/retain-*
22
  ---
23
+
24
+ # MUSE-Books-Train
25
+
26
+ <!-- Provide a quick summary of the dataset. -->
27
+
28
+ This dataset is a simple merger of the pretraining data from the original MUSE-Books dataset.
29
+
30
+ ## Dataset Details
31
+
32
+
33
+ ### Dataset Sources [optional]
34
+
35
+ <!-- Provide the basic links for the dataset. -->
36
+
37
+ - **Repository:** https://huggingface.co/datasets/muse-bench/MUSE-Books
38
+ - **Paper:** https://arxiv.org/pdf/2407.06460
39
+
40
+
41
+
42
+ ## Dataset Creation
43
+ To create this dataset, we simply started from the muse-bench dataset and selected the `train` subset.
44
+ Then, by merging the `retain1` and `retain2` splits we get the actual `retain` subset, and by further merging this with the original `forget` split,
45
+ we get the full dataset used for pre-training on the specific MUSE task.