davidfant commited on
Commit
ef92c94
·
1 Parent(s): 51e8ed1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -7,22 +7,26 @@ dataset_info:
7
  dtype: string
8
  - name: api_description
9
  dtype: string
 
 
10
  - name: endpoint_name
11
  dtype: string
12
  - name: endpoint_description
13
  dtype: string
14
- - name: response
15
  dtype: string
16
- - name: json_schema
 
 
 
 
17
  dtype: string
18
- - name: score
19
- dtype: float64
20
  splits:
21
  - name: train
22
- num_bytes: 53466071
23
- num_examples: 6132
24
- download_size: 14670564
25
- dataset_size: 53466071
26
  ---
27
  # Dataset Card for "rapidapi-example-responses"
28
 
 
7
  dtype: string
8
  - name: api_description
9
  dtype: string
10
+ - name: api_score
11
+ dtype: float64
12
  - name: endpoint_name
13
  dtype: string
14
  - name: endpoint_description
15
  dtype: string
16
+ - name: response_name
17
  dtype: string
18
+ - name: response_summary
19
+ dtype: string
20
+ - name: response_json
21
+ dtype: string
22
+ - name: response_json_schema
23
  dtype: string
 
 
24
  splits:
25
  - name: train
26
+ num_bytes: 120864755
27
+ num_examples: 43502
28
+ download_size: 28567947
29
+ dataset_size: 120864755
30
  ---
31
  # Dataset Card for "rapidapi-example-responses"
32