Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: __id__
|
5 |
+
dtype: int64
|
6 |
+
- name: blob_id
|
7 |
+
dtype: string
|
8 |
+
- name: directory_id
|
9 |
+
dtype: string
|
10 |
+
- name: path
|
11 |
+
dtype: string
|
12 |
+
- name: content_id
|
13 |
+
dtype: string
|
14 |
+
- name: detected_licenses
|
15 |
+
sequence: string
|
16 |
+
- name: license_type
|
17 |
+
dtype: string
|
18 |
+
- name: repo_name
|
19 |
+
dtype: string
|
20 |
+
- name: repo_url
|
21 |
+
dtype: string
|
22 |
+
- name: snapshot_id
|
23 |
+
dtype: string
|
24 |
+
- name: revision_id
|
25 |
+
dtype: string
|
26 |
+
- name: branch_name
|
27 |
+
dtype: string
|
28 |
+
- name: visit_date
|
29 |
+
dtype: timestamp[ns]
|
30 |
+
- name: revision_date
|
31 |
+
dtype: timestamp[ns]
|
32 |
+
- name: committer_date
|
33 |
+
dtype: timestamp[ns]
|
34 |
+
- name: github_id
|
35 |
+
dtype: int64
|
36 |
+
- name: star_events_count
|
37 |
+
dtype: int64
|
38 |
+
- name: fork_events_count
|
39 |
+
dtype: int64
|
40 |
+
- name: gha_license_id
|
41 |
+
dtype: string
|
42 |
+
- name: gha_fork
|
43 |
+
dtype: bool
|
44 |
+
- name: gha_event_created_at
|
45 |
+
dtype: timestamp[ns]
|
46 |
+
- name: gha_created_at
|
47 |
+
dtype: timestamp[ns]
|
48 |
+
- name: gha_updated_at
|
49 |
+
dtype: timestamp[ns]
|
50 |
+
- name: gha_pushed_at
|
51 |
+
dtype: timestamp[ns]
|
52 |
+
- name: gha_size
|
53 |
+
dtype: int64
|
54 |
+
- name: gha_stargazers_count
|
55 |
+
dtype: int32
|
56 |
+
- name: gha_forks_count
|
57 |
+
dtype: int32
|
58 |
+
- name: gha_open_issues_count
|
59 |
+
dtype: int32
|
60 |
+
- name: gha_language
|
61 |
+
dtype: string
|
62 |
+
- name: gha_archived
|
63 |
+
dtype: bool
|
64 |
+
- name: gha_disabled
|
65 |
+
dtype: bool
|
66 |
+
- name: content
|
67 |
+
dtype: string
|
68 |
+
- name: src_encoding
|
69 |
+
dtype: string
|
70 |
+
- name: language
|
71 |
+
dtype: string
|
72 |
+
- name: is_vendor
|
73 |
+
dtype: bool
|
74 |
+
- name: is_generated
|
75 |
+
dtype: bool
|
76 |
+
- name: year
|
77 |
+
dtype: int64
|
78 |
+
splits:
|
79 |
+
- name: train
|
80 |
+
num_bytes: 205861897.66555908
|
81 |
+
num_examples: 42509
|
82 |
+
download_size: 91464746
|
83 |
+
dataset_size: 205861897.66555908
|
84 |
+
---
|
85 |
+
# Dataset Card for "old_python"
|
86 |
+
|
87 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|