reubenjohn commited on
Commit
871b10d
·
1 Parent(s): 307eb09

Upload README.md with huggingface_hub

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