Pipper commited on
Commit
947d5f5
1 Parent(s): 34787d1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: file_name
5
+ dtype: string
6
+ - name: comments
7
+ dtype: string
8
+ - name: code_string
9
+ dtype: string
10
+ - name: __index_level_0__
11
+ dtype: int64
12
+ splits:
13
+ - name: train
14
+ num_bytes: 15153841436.646095
15
+ num_examples: 591941
16
+ - name: test
17
+ num_bytes: 1894239779.676952
18
+ num_examples: 73993
19
+ - name: valid
20
+ num_bytes: 1894239779.676952
21
+ num_examples: 73993
22
+ download_size: 5432099769
23
+ dataset_size: 18942320996.0
24
+ ---
25
+ # Dataset Card for "SolFuncs"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)