sangmichaelxie commited on
Commit
cd9a24b
1 Parent(s): 49ebabe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -24,13 +24,19 @@ English (EN)
24
 
25
  ## Dataset Structure
26
 
 
 
27
  ### Data Instances
28
 
29
- [More Information Needed]
 
 
30
 
31
  ### Data Fields
32
 
33
- [More Information Needed]
 
 
34
 
35
  ## Dataset Creation
36
  We first select 102.4M examples then concatenate every two examples to create 51.2M examples.
 
24
 
25
  ## Dataset Structure
26
 
27
+ A train set is provided, which can be split into validation and test if needed.
28
+
29
  ### Data Instances
30
 
31
+ ```
32
+ {"contents": "Hundreds of soul music enthusiasts from the United Kingdom plan to make their way to Detroit this month for a series of concerts.\n\nDetroit A-Go-Go, a festival organized by DJ Phil Dick, will take place Oct. 19-22 with 26 scheduled acts.\n\nThe festival is focused on what Dick calls the northern soul movement.\n\n\"We just love Detroit soul and Motown music,\" Dick said. \"It's been popular in England for decades. Every weekend, thousands of people go out and listen to this music in England.\"\n\nArtists booked for the festival include: The Elgins, Pat Lewis, Melvin Davis, The Velvelettes, The Contours, Kim Weston, Ronnie McNeir, The Capitols, Yvonne Vernee, JJ Barnes, Gino Washington, Spyder Turner, The Adorables, Lorraine Chandler, Eddie Parker, Dusty Wilson, The Precisions, The Professionals, The Tomangoes, The Fabulous Peps andNow that\u2019s a punishment: club vice president sent to train with the reserves!\n\nFor almost an entire year, Gabriel Bostina has been playing a double role for Universitatea Cluj. Unfortunately for him, the position acquired in the club\u2019s board didn\u2019t earn him any favors from the technical staff, who recently punished the central midfielder. Twice. First of all, Bostina lost the armband during one of the training camps from Antalya for some unknown disciplinary problems and now the player & vice president has suffered further embarrassment being sent to train with the reservers \u201cfor an unlimited period\u201d.\n\nCurrently injured, he failed to show up for the weekend training sessions that were going to be supervised by the club\u2019s medical staff, so the former Otelul, Steaua and Dinamo man is now", "metadata": {"pile_set_name": ["OpenWebText2", "Pile-CC"]}, "id": 423}
33
+ ```
34
 
35
  ### Data Fields
36
 
37
+ "contents": the text
38
+ "metadata": contains information about the source(s) of text that the text comes from. Multiple sources means that the example is concatenated from two sources.
39
+ "id": Ignore - a non-unique identifier
40
 
41
  ## Dataset Creation
42
  We first select 102.4M examples then concatenate every two examples to create 51.2M examples.