kornwtp commited on
Commit
b6611a5
·
verified ·
1 Parent(s): 7e4fc24

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: sentence
14
+ dtype: string
15
+ - name: sentiment
16
+ dtype:
17
+ class_label:
18
+ names:
19
+ '0': negative
20
+ '1': neutral
21
+ '2': positive
22
+ - name: topic
23
+ dtype:
24
+ class_label:
25
+ names:
26
+ '0': lecturer
27
+ '1': training_program
28
+ '2': facility
29
+ '3': others
30
+ splits:
31
+ - name: train
32
+ num_bytes: 1115184
33
+ num_examples: 11426
34
+ - name: validation
35
+ num_bytes: 148705
36
+ num_examples: 1583
37
+ - name: test
38
+ num_bytes: 308003
39
+ num_examples: 3166
40
+ download_size: 671861
41
+ dataset_size: 1571892
42
+ ---
43
+ # Dataset Card for "vi-students-feedback"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)