Akash190104 commited on
Commit
a470711
1 Parent(s): f2eb889

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -78,7 +78,7 @@ Kannada (kn)
78
 
79
  ### Data Instances
80
 
81
- The data has two files. A train.csv and valid.csv. An example row of the dataset is as below:
82
 
83
  ```
84
  {
@@ -96,11 +96,7 @@ Data has two fields:
96
 
97
  ### Data Splits
98
 
99
- The dataset is divided into two splits. All the headlines are scraped from news websites on the internet.
100
-
101
- | | train | validation |
102
- |-----------------|--------:|-----------:|
103
- | Input Sentences | 5167 | 1293 |
104
 
105
  ## Dataset Creation
106
 
 
78
 
79
  ### Data Instances
80
 
81
+ An example row of the dataset is as below:
82
 
83
  ```
84
  {
 
96
 
97
  ### Data Splits
98
 
99
+ The dataset has 6460 rows in the train.csv.
 
 
 
 
100
 
101
  ## Dataset Creation
102