RuihaoQiu commited on
Commit
44ddee6
·
verified ·
1 Parent(s): 3ca0620

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
  - custom
8
  dataset_info:
9
  features:
10
- - name: text, label
11
  splits:
12
  - name: train
13
  num_bytes: 270
@@ -16,8 +16,8 @@ dataset_info:
16
  num_bytes: 75
17
  num_examples: 3
18
  - name: test
19
- num_bytes: 0
20
- num_examples: 0
21
  ---
22
 
23
  # Dataset Card for sentiment-test-dataset
@@ -31,7 +31,7 @@ A collection of labeled examples for training and evaluating machine learning mo
31
  - **Curated by:** Ruihao
32
  - **Language(s):** en
33
  - **License:** cc-by-4.0
34
- - **Size of the dataset:** 10 train, 3 validation, 0 test
35
 
36
  ## Dataset Structure
37
 
@@ -41,7 +41,7 @@ Examples are provided in the training set with the fields specified in the Data
41
 
42
  ### Data Fields
43
 
44
- The dataset contains the following fields: text, label.
45
 
46
  ### Data Splits
47
 
@@ -49,7 +49,7 @@ The dataset contains the following fields: text, label.
49
  |-------|------|
50
  | train | 10 |
51
  | validation | 3 |
52
- | test | 0 |
53
 
54
  ## Dataset Creation
55
 
 
7
  - custom
8
  dataset_info:
9
  features:
10
+ - name: label, text
11
  splits:
12
  - name: train
13
  num_bytes: 270
 
16
  num_bytes: 75
17
  num_examples: 3
18
  - name: test
19
+ num_bytes: 90
20
+ num_examples: 3
21
  ---
22
 
23
  # Dataset Card for sentiment-test-dataset
 
31
  - **Curated by:** Ruihao
32
  - **Language(s):** en
33
  - **License:** cc-by-4.0
34
+ - **Size of the dataset:** 10 train, 3 validation, 3 test
35
 
36
  ## Dataset Structure
37
 
 
41
 
42
  ### Data Fields
43
 
44
+ The dataset contains the following fields: label, text.
45
 
46
  ### Data Splits
47
 
 
49
  |-------|------|
50
  | train | 10 |
51
  | validation | 3 |
52
+ | test | 3 |
53
 
54
  ## Dataset Creation
55