reubenjohn
commited on
Commit
•
77b4260
1
Parent(s):
1341d26
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -31,18 +31,22 @@ dataset_info:
|
|
31 |
dtype: string
|
32 |
- name: OpenStatus
|
33 |
dtype: string
|
|
|
|
|
|
|
|
|
34 |
splits:
|
35 |
- name: train
|
36 |
-
num_bytes:
|
37 |
num_examples: 3336822
|
38 |
- name: valid
|
39 |
-
num_bytes:
|
40 |
num_examples: 26964
|
41 |
- name: test
|
42 |
-
num_bytes:
|
43 |
num_examples: 6742
|
44 |
-
download_size:
|
45 |
-
dataset_size:
|
46 |
---
|
47 |
# Dataset Card for "stackoverflow-unified-text-open-status-classification"
|
48 |
|
|
|
31 |
dtype: string
|
32 |
- name: OpenStatus
|
33 |
dtype: string
|
34 |
+
- name: unified_texts
|
35 |
+
dtype: string
|
36 |
+
- name: OpenStatus_id
|
37 |
+
dtype: int64
|
38 |
splits:
|
39 |
- name: train
|
40 |
+
num_bytes: 7201490555
|
41 |
num_examples: 3336822
|
42 |
- name: valid
|
43 |
+
num_bytes: 67095345
|
44 |
num_examples: 26964
|
45 |
- name: test
|
46 |
+
num_bytes: 17104151
|
47 |
num_examples: 6742
|
48 |
+
download_size: 3883040160
|
49 |
+
dataset_size: 7285690051
|
50 |
---
|
51 |
# Dataset Card for "stackoverflow-unified-text-open-status-classification"
|
52 |
|