Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
n<1K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
3728fd8
1 Parent(s): 1eca5ea

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +64 -40
README.md CHANGED
@@ -23,50 +23,74 @@ train-eval-index:
23
  - config: default
24
  task: text-classification
25
  task_id: multi_class_classification
26
- splits:
27
  train_split: train
28
  col_mapping:
29
  text: text
30
  label: target
31
  metrics:
32
- - type: accuracy
33
- name: Accuracy
34
- - type: f1
35
- name: F1 macro
36
- args:
37
- average: macro
38
- - type: f1
39
- name: F1 micro
40
- args:
41
- average: micro
42
- - type: f1
43
- name: F1 weighted
44
- args:
45
- average: weighted
46
- - type: precision
47
- name: Precision macro
48
- args:
49
- average: macro
50
- - type: precision
51
- name: Precision micro
52
- args:
53
- average: micro
54
- - type: precision
55
- name: Precision weighted
56
- args:
57
- average: weighted
58
- - type: recall
59
- name: Recall macro
60
- args:
61
- average: macro
62
- - type: recall
63
- name: Recall micro
64
- args:
65
- average: micro
66
- - type: recall
67
- name: Recall weighted
68
- args:
69
- average: weighted
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  ---
71
 
72
  # Dataset Card for Snips Built In Intents
@@ -200,4 +224,4 @@ https://arxiv.org/abs/1805.10190
200
 
201
  ### Contributions
202
 
203
- Thanks to [@bduvenhage](https://github.com/bduvenhage) for adding this dataset.
 
23
  - config: default
24
  task: text-classification
25
  task_id: multi_class_classification
26
+ splits: null
27
  train_split: train
28
  col_mapping:
29
  text: text
30
  label: target
31
  metrics:
32
+ - type: accuracy
33
+ name: Accuracy
34
+ - type: f1
35
+ name: F1 macro
36
+ args:
37
+ average: macro
38
+ - type: f1
39
+ name: F1 micro
40
+ args:
41
+ average: micro
42
+ - type: f1
43
+ name: F1 weighted
44
+ args:
45
+ average: weighted
46
+ - type: precision
47
+ name: Precision macro
48
+ args:
49
+ average: macro
50
+ - type: precision
51
+ name: Precision micro
52
+ args:
53
+ average: micro
54
+ - type: precision
55
+ name: Precision weighted
56
+ args:
57
+ average: weighted
58
+ - type: recall
59
+ name: Recall macro
60
+ args:
61
+ average: macro
62
+ - type: recall
63
+ name: Recall micro
64
+ args:
65
+ average: micro
66
+ - type: recall
67
+ name: Recall weighted
68
+ args:
69
+ average: weighted
70
+ dataset_info:
71
+ features:
72
+ - name: text
73
+ dtype: string
74
+ - name: label
75
+ dtype:
76
+ class_label:
77
+ names:
78
+ 0: ComparePlaces
79
+ 1: RequestRide
80
+ 2: GetWeather
81
+ 3: SearchPlace
82
+ 4: GetPlaceDetails
83
+ 5: ShareCurrentLocation
84
+ 6: GetTrafficInformation
85
+ 7: BookRestaurant
86
+ 8: GetDirections
87
+ 9: ShareETA
88
+ splits:
89
+ - name: train
90
+ num_bytes: 19431
91
+ num_examples: 328
92
+ download_size: 9130264
93
+ dataset_size: 19431
94
  ---
95
 
96
  # Dataset Card for Snips Built In Intents
 
224
 
225
  ### Contributions
226
 
227
+ Thanks to [@bduvenhage](https://github.com/bduvenhage) for adding this dataset.