Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 467606179
|
45 |
+
num_examples: 20000
|
46 |
+
download_size: 260285280
|
47 |
+
dataset_size: 467606179
|
48 |
+
---
|
49 |
+
# Dataset Card for "dedup_small"
|
50 |
+
|
51 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|