FredericFan commited on
Commit
9b01eb3
·
verified ·
1 Parent(s): 791b24d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: input_ids
5
+ sequence: int32
6
+ - name: attention_mask
7
+ sequence: int8
8
+ - name: labels
9
+ sequence: int64
10
+ splits:
11
+ - name: train
12
+ num_bytes: 462000000
13
+ num_examples: 100000
14
+ - name: validation
15
+ num_bytes: 9240000
16
+ num_examples: 2000
17
+ - name: test
18
+ num_bytes: 9240000
19
+ num_examples: 2000
20
+ download_size: 31296822
21
+ dataset_size: 480480000
22
+ ---
23
+ # Dataset Card for "concode-preprocessed"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)