reubenjohn commited on
Commit
f0bb9f0
·
1 Parent(s): e6a982d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: unified_texts
5
+ dtype: string
6
+ - name: OpenStatus_id
7
+ dtype: int64
8
+ - name: input_ids
9
+ sequence: int32
10
+ - name: token_type_ids
11
+ sequence: int8
12
+ - name: attention_mask
13
+ sequence: int8
14
+ splits:
15
+ - name: train
16
+ num_bytes: 13686390757
17
+ num_examples: 3336822
18
+ - name: valid
19
+ num_bytes: 115029917
20
+ num_examples: 26964
21
+ - name: test
22
+ num_bytes: 28926524
23
+ num_examples: 6742
24
+ download_size: 3218793793
25
+ dataset_size: 13830347198
26
+ ---
27
+ # Dataset Card for "stackoverflow-open-status-classification-albert-tokenized"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)