kikoarizeai commited on
Commit
557310d
1 Parent(s): 1d1fa77

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -84,18 +84,20 @@ An example of `training` looks as follows:
84
 
85
  #### default
86
 
87
- An example of `training` looks as follows:
88
 
89
- - `prediction_ts`:
90
- - `age`:
91
- - `gender`:
92
- - `context`:
93
- - `text`:
94
- - `label`:
95
 
96
  ### Data Splits
97
 
98
- [More Information Needed]
 
 
99
 
100
  ## Dataset Creation
101
 
 
84
 
85
  #### default
86
 
87
+ The data fields are the same among all splits. An example of `training` looks as follows:
88
 
89
+ - `prediction_ts`: a `float` feature.
90
+ - `age`: an `int` feature.
91
+ - `gender`: a `string` feature.
92
+ - `context`: a `string` feature.
93
+ - `text`: a `string` feature.
94
+ - `label`: a `ClassLabel` feature, with possible values including negative(0) and positive(1).
95
 
96
  ### Data Splits
97
 
98
+ | name |training|validation|production |
99
+ |----------|-------:|---------:|----------:|
100
+ | default | 9916 | 2479 | 40079 |
101
 
102
  ## Dataset Creation
103