Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: hexsha
|
5 |
+
dtype: string
|
6 |
+
- name: ext
|
7 |
+
dtype: string
|
8 |
+
- name: lang
|
9 |
+
dtype: string
|
10 |
+
- name: max_stars_repo_path
|
11 |
+
dtype: string
|
12 |
+
- name: max_stars_repo_name
|
13 |
+
dtype: string
|
14 |
+
- name: max_stars_repo_licenses
|
15 |
+
dtype: string
|
16 |
+
- name: content
|
17 |
+
dtype: string
|
18 |
+
- name: avg_line_length
|
19 |
+
dtype: float64
|
20 |
+
- name: max_line_length
|
21 |
+
dtype: int64
|
22 |
+
splits:
|
23 |
+
- name: train
|
24 |
+
num_bytes: 1809605.8191577208
|
25 |
+
num_examples: 174
|
26 |
+
download_size: 6042172
|
27 |
+
dataset_size: 1809605.8191577208
|
28 |
+
---
|
29 |
+
# Dataset Card for "jupyter_python_max_line_length_1000"
|
30 |
+
|
31 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|