rungalileo commited on
Commit
0b6233b
1 Parent(s): 2e797c3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int32
6
+ - name: text
7
+ dtype: string
8
+ - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ 0: PlayMusic
13
+ 1: BookRestaurant
14
+ 2: GetWeather
15
+ 3: SearchCreativeWork
16
+ 4: AddToPlaylist
17
+ 5: RateBook
18
+ 6: SearchScreeningEvent
19
+ - name: str_label
20
+ dtype: string
21
+ splits:
22
+ - name: inference_example
23
+ num_bytes: 230847
24
+ num_examples: 2723
25
+ - name: train
26
+ num_bytes: 856479
27
+ num_examples: 11061
28
+ - name: validation
29
+ num_bytes: 56192
30
+ num_examples: 700
31
+ download_size: 491008
32
+ dataset_size: 1143518
33
+ ---
34
+ # Dataset Card for "conv_intent_w_inference"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)