bjoernp commited on
Commit
857a340
·
1 Parent(s): dc537da

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: hexsha
5
+ dtype: string
6
+ - name: size
7
+ dtype: int64
8
+ - name: ext
9
+ dtype: string
10
+ - name: lang
11
+ dtype: string
12
+ - name: max_stars_repo_path
13
+ dtype: string
14
+ - name: max_stars_repo_name
15
+ dtype: string
16
+ - name: max_stars_repo_head_hexsha
17
+ dtype: string
18
+ - name: max_stars_repo_licenses
19
+ sequence: string
20
+ - name: max_stars_count
21
+ dtype: int64
22
+ - name: max_stars_repo_stars_event_min_datetime
23
+ dtype: string
24
+ - name: max_stars_repo_stars_event_max_datetime
25
+ dtype: string
26
+ - name: max_issues_repo_path
27
+ dtype: string
28
+ - name: max_issues_repo_name
29
+ dtype: string
30
+ - name: max_issues_repo_head_hexsha
31
+ dtype: string
32
+ - name: max_issues_repo_licenses
33
+ sequence: string
34
+ - name: max_issues_count
35
+ dtype: int64
36
+ - name: max_issues_repo_issues_event_min_datetime
37
+ dtype: string
38
+ - name: max_issues_repo_issues_event_max_datetime
39
+ dtype: string
40
+ - name: max_forks_repo_path
41
+ dtype: string
42
+ - name: max_forks_repo_name
43
+ dtype: string
44
+ - name: max_forks_repo_head_hexsha
45
+ dtype: string
46
+ - name: max_forks_repo_licenses
47
+ sequence: string
48
+ - name: max_forks_count
49
+ dtype: int64
50
+ - name: max_forks_repo_forks_event_min_datetime
51
+ dtype: string
52
+ - name: max_forks_repo_forks_event_max_datetime
53
+ dtype: string
54
+ - name: content
55
+ dtype: string
56
+ - name: avg_line_length
57
+ dtype: float64
58
+ - name: max_line_length
59
+ dtype: int64
60
+ - name: alphanum_fraction
61
+ dtype: float64
62
+ - name: text_lang
63
+ dtype: string
64
+ - name: confidence
65
+ dtype: float64
66
+ splits:
67
+ - name: train
68
+ num_bytes: 562944473.2668307
69
+ num_examples: 127321
70
+ download_size: 452771983
71
+ dataset_size: 562944473.2668307
72
+ ---
73
+ # Dataset Card for "the-stack-dedup-markdown-deu_Latn"
74
+
75
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)