davidfant commited on
Commit
413a2b0
·
1 Parent(s): 306236d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: premise
7
+ dtype: string
8
+ - name: hypothesis
9
+ dtype: string
10
+ - name: label
11
+ dtype: int64
12
+ - name: input_ids
13
+ sequence: int32
14
+ - name: attention_mask
15
+ sequence: int8
16
+ - name: category
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 168469345.01807085
21
+ num_examples: 45271
22
+ - name: test
23
+ num_bytes: 18722123.98192915
24
+ num_examples: 5031
25
+ download_size: 65907419
26
+ dataset_size: 187191469.0
27
+ ---
28
+ # Dataset Card for "rapidapi-example-responses-tokenized-phi"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)