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