albertvillanova HF staff commited on
Commit
7460f81
1 Parent(s): 70b50eb

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

CSRestaurants/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a4b571b009305d9284b4320834ce51a76eb8695afc84435750c80caa2a09dc8
3
+ size 50096
CSRestaurants/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9238f3610ea85353232436aac6f45692e22fdb0ff2195f386f355df8961224c4
3
+ size 185914
CSRestaurants/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2a6a44b0b86ea8725190f1643340e21459d5f0808fbb6f4b71410cdaa7735ee
3
+ size 46784
README.md CHANGED
@@ -27,28 +27,38 @@ pretty_name: Czech Restaurant
27
  tags:
28
  - intent-to-text
29
  dataset_info:
 
30
  features:
31
- - name: dialogue_act
32
  dtype: string
33
- - name: delexicalized_dialogue_act
34
  dtype: string
35
  - name: text
36
  dtype: string
37
- - name: delexicalized_text
38
  dtype: string
39
- config_name: CSRestaurants
40
  splits:
41
  - name: train
42
- num_bytes: 654071
43
  num_examples: 3569
44
  - name: validation
45
- num_bytes: 181528
46
  num_examples: 781
47
  - name: test
48
- num_bytes: 191334
49
  num_examples: 842
50
- download_size: 1463019
51
- dataset_size: 1026933
 
 
 
 
 
 
 
 
 
 
52
  ---
53
 
54
  # Dataset Card for Czech Restaurant
 
27
  tags:
28
  - intent-to-text
29
  dataset_info:
30
+ config_name: CSRestaurants
31
  features:
32
+ - name: da
33
  dtype: string
34
+ - name: delex_da
35
  dtype: string
36
  - name: text
37
  dtype: string
38
+ - name: delex_text
39
  dtype: string
 
40
  splits:
41
  - name: train
42
+ num_bytes: 654055
43
  num_examples: 3569
44
  - name: validation
45
+ num_bytes: 181512
46
  num_examples: 781
47
  - name: test
48
+ num_bytes: 191318
49
  num_examples: 842
50
+ download_size: 282794
51
+ dataset_size: 1026885
52
+ configs:
53
+ - config_name: CSRestaurants
54
+ data_files:
55
+ - split: train
56
+ path: CSRestaurants/train-*
57
+ - split: validation
58
+ path: CSRestaurants/validation-*
59
+ - split: test
60
+ path: CSRestaurants/test-*
61
+ default: true
62
  ---
63
 
64
  # Dataset Card for Czech Restaurant