Muennighoff
commited on
Commit
•
3bfea7b
1
Parent(s):
98cc064
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: commit
|
5 |
+
dtype: string
|
6 |
+
- name: subject
|
7 |
+
dtype: string
|
8 |
+
- name: repos
|
9 |
+
dtype: string
|
10 |
+
- name: old_file
|
11 |
+
dtype: string
|
12 |
+
- name: new_file
|
13 |
+
dtype: string
|
14 |
+
- name: new_contents
|
15 |
+
dtype: string
|
16 |
+
- name: old_contents
|
17 |
+
dtype: string
|
18 |
+
- name: license
|
19 |
+
dtype: string
|
20 |
+
- name: lang
|
21 |
+
dtype: string
|
22 |
+
splits:
|
23 |
+
- name: train
|
24 |
+
num_bytes: 74990689340.85883
|
25 |
+
num_examples: 2673685
|
26 |
+
download_size: 3670774449
|
27 |
+
dataset_size: 74990689340.85883
|
28 |
+
---
|
29 |
+
# Dataset Card for "commits-codegeex"
|
30 |
+
|
31 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|