File size: 1,862 Bytes
214b5fd
 
f874ad6
214b5fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7f0a31f
ad66cd4
214b5fd
7f0a31f
ad66cd4
7f0a31f
 
e9f34d4
 
 
 
 
 
 
 
 
 
 
 
 
 
8a63f5d
225a7c0
e9f34d4
8a63f5d
225a7c0
8a63f5d
 
f874ad6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a2e91ac
5e44f39
f874ad6
a2e91ac
5e44f39
a2e91ac
 
214b5fd
 
 
 
 
 
 
e9f34d4
 
 
 
 
 
f874ad6
 
 
 
 
 
214b5fd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
dataset_info:
- config_name: line
  features:
  - name: title
    dtype: string
  - name: mungchi
    sequence: int64
  - name: output
    dtype: string
  - name: guidance
    struct:
    - name: former
      sequence: string
    - name: latter
      sequence: string
  - name: lyrics
    dtype: string
  - name: instruction
    dtype: string
  splits:
  - name: train
    num_bytes: 1052913479.4
    num_examples: 430056
  - name: test
    num_bytes: 116990386.6
    num_examples: 47784
  download_size: 510858742
  dataset_size: 1169903866.0
- config_name: total
  features:
  - name: title
    dtype: string
  - name: mungchi
    sequence: int64
  - name: output
    dtype: string
  - name: lyrics
    dtype: string
  - name: instruction
    dtype: string
  splits:
  - name: train
    num_bytes: 19887797.31551596
    num_examples: 4849
  - name: test
    num_bytes: 2210666.6844840385
    num_examples: 539
  download_size: 7229334
  dataset_size: 22098464.0
- config_name: verse
  features:
  - name: title
    dtype: string
  - name: mungchi
    sequence: int64
  - name: output
    dtype: string
  - name: guidance
    struct:
    - name: former
      sequence: string
    - name: latter
      sequence: string
  - name: lyrics
    dtype: string
  - name: instruction
    dtype: string
  splits:
  - name: train
    num_bytes: 100532890.75546885
    num_examples: 31597
  - name: test
    num_bytes: 11171028.24453116
    num_examples: 3511
  download_size: 46457684
  dataset_size: 111703919.0
configs:
- config_name: line
  data_files:
  - split: train
    path: line/train-*
  - split: test
    path: line/test-*
- config_name: total
  data_files:
  - split: train
    path: total/train-*
  - split: test
    path: total/test-*
- config_name: verse
  data_files:
  - split: train
    path: verse/train-*
  - split: test
    path: verse/test-*
---