ammarnasr commited on
Commit
906e7be
1 Parent(s): 4dd5b0d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: repo_name
5
+ dtype: string
6
+ - name: repo_url
7
+ dtype: string
8
+ - name: repo_description
9
+ dtype: string
10
+ - name: repo_stars
11
+ dtype: int64
12
+ - name: repo_forks
13
+ dtype: int64
14
+ - name: repo_last_updated
15
+ dtype: string
16
+ - name: repo_created_at
17
+ dtype: string
18
+ - name: repo_size
19
+ dtype: int64
20
+ - name: repo_license
21
+ dtype: string
22
+ - name: language
23
+ dtype: string
24
+ - name: text
25
+ dtype: string
26
+ - name: avg_line_length
27
+ dtype: float64
28
+ - name: max_line_length
29
+ dtype: int64
30
+ - name: alphnanum_fraction
31
+ dtype: float64
32
+ splits:
33
+ - name: train
34
+ num_bytes: 2004792
35
+ num_examples: 604
36
+ download_size: 174531
37
+ dataset_size: 2004792
38
+ ---
39
+ # Dataset Card for "Customizable-Code-Assistant-Data"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)