gmongaras commited on
Commit
c6074d4
1 Parent(s): 8c6a127

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -1,3 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  Original Dataset from: https://huggingface.co/datasets/glue
2
 
3
  This dataset is adapted from https://huggingface.co/datasets/gmongaras/BERT_Base_Cased_512_GLUE
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: label
14
+ dtype: float64
15
+ - name: dataset_name
16
+ dtype: string
17
+ - name: input_ids
18
+ sequence: int32
19
+ - name: token_type_ids
20
+ sequence: int8
21
+ - name: attention_mask
22
+ sequence: int8
23
+ splits:
24
+ - name: train
25
+ num_bytes: 232895922
26
+ num_examples: 949728
27
+ - name: validation
28
+ num_bytes: 17255970
29
+ num_examples: 69711
30
+ - name: test
31
+ num_bytes: 96102951
32
+ num_examples: 425205
33
+ download_size: 123150665
34
+ dataset_size: 346254843
35
+ ---
36
  Original Dataset from: https://huggingface.co/datasets/glue
37
 
38
  This dataset is adapted from https://huggingface.co/datasets/gmongaras/BERT_Base_Cased_512_GLUE