siddartha-abacus commited on
Commit
7c19a19
·
1 Parent(s): e71a1b6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +91 -0
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: '100'
6
+ path: data/100-*
7
+ - split: '150'
8
+ path: data/150-*
9
+ - split: '175'
10
+ path: data/175-*
11
+ - split: '200'
12
+ path: data/200-*
13
+ - split: '250'
14
+ path: data/250-*
15
+ - split: '300'
16
+ path: data/300-*
17
+ - split: '400'
18
+ path: data/400-*
19
+ - split: '500'
20
+ path: data/500-*
21
+ - split: '600'
22
+ path: data/600-*
23
+ - split: '680'
24
+ path: data/680-*
25
+ - split: '750'
26
+ path: data/750-*
27
+ - split: '850'
28
+ path: data/850-*
29
+ - split: '950'
30
+ path: data/950-*
31
+ - split: '1100'
32
+ path: data/1100-*
33
+ dataset_info:
34
+ features:
35
+ - name: expected_number
36
+ dtype: int64
37
+ - name: num_lines
38
+ dtype: int64
39
+ - name: token_size
40
+ dtype: int64
41
+ - name: prompt
42
+ dtype: string
43
+ splits:
44
+ - name: '100'
45
+ num_bytes: 275673
46
+ num_examples: 50
47
+ - name: '150'
48
+ num_bytes: 400446
49
+ num_examples: 50
50
+ - name: '175'
51
+ num_bytes: 463159
52
+ num_examples: 50
53
+ - name: '200'
54
+ num_bytes: 525856
55
+ num_examples: 50
56
+ - name: '250'
57
+ num_bytes: 650643
58
+ num_examples: 50
59
+ - name: '300'
60
+ num_bytes: 775800
61
+ num_examples: 50
62
+ - name: '400'
63
+ num_bytes: 1025288
64
+ num_examples: 50
65
+ - name: '500'
66
+ num_bytes: 1276039
67
+ num_examples: 50
68
+ - name: '600'
69
+ num_bytes: 1524627
70
+ num_examples: 50
71
+ - name: '680'
72
+ num_bytes: 1724325
73
+ num_examples: 50
74
+ - name: '750'
75
+ num_bytes: 1899422
76
+ num_examples: 50
77
+ - name: '850'
78
+ num_bytes: 2149220
79
+ num_examples: 50
80
+ - name: '950'
81
+ num_bytes: 2398398
82
+ num_examples: 50
83
+ - name: '1100'
84
+ num_bytes: 2772556
85
+ num_examples: 50
86
+ download_size: 7270406
87
+ dataset_size: 17861452
88
+ ---
89
+ # Dataset Card for "LongChat-Lines"
90
+
91
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)