liyongsea commited on
Commit
d288a59
1 Parent(s): 315fd9e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: path
5
+ dtype: string
6
+ - name: content_id
7
+ dtype: string
8
+ - name: detected_licenses
9
+ sequence: string
10
+ - name: license_type
11
+ dtype: string
12
+ - name: repo_name
13
+ dtype: string
14
+ - name: repo_url
15
+ dtype: string
16
+ - name: star_events_count
17
+ dtype: int64
18
+ - name: fork_events_count
19
+ dtype: int64
20
+ - name: gha_license_id
21
+ dtype: string
22
+ - name: gha_event_created_at
23
+ dtype: timestamp[us]
24
+ - name: gha_updated_at
25
+ dtype: timestamp[us]
26
+ - name: gha_language
27
+ dtype: string
28
+ - name: language
29
+ dtype: string
30
+ - name: is_generated
31
+ dtype: bool
32
+ - name: is_vendor
33
+ dtype: bool
34
+ - name: conversion_extension
35
+ dtype: string
36
+ - name: size
37
+ dtype: int64
38
+ - name: script
39
+ dtype: string
40
+ - name: script_size
41
+ dtype: int64
42
+ splits:
43
+ - name: train
44
+ num_bytes: 654648.6506
45
+ num_examples: 28
46
+ download_size: 292451
47
+ dataset_size: 654648.6506
48
+ configs:
49
+ - config_name: default
50
+ data_files:
51
+ - split: train
52
+ path: data/train-*
53
+ ---
54
+ # Dataset Card for "empty_function_jupyter"
55
+
56
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)