murodbek commited on
Commit
3a5da00
1 Parent(s): 91c3aff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -101,9 +101,9 @@ uz_crawl=load_dataset("tahrirchi/uz-crawl")
101
 
102
  #### plain_text
103
 
104
- - **Size of downloaded dataset files:** 16.98 GB
105
- - **Size of the generated dataset:** 32.95 GB
106
- - **Total amount of disk used:** 49.93 GB
107
 
108
  An example of 'news' looks as follows.
109
  ```
@@ -120,8 +120,8 @@ An example of 'news' looks as follows.
120
  The data fields are the same among all splits.
121
 
122
  - `text`: a `string` feature that contains text.
123
- - 'timestamp': a `string` feature that contains timestamp of the material.
124
- - 'source': a `string` feature that contains url of the material.
125
 
126
  ### Data Splits
127
 
 
101
 
102
  #### plain_text
103
 
104
+ - **Size of downloaded dataset files:** 3.52 GB
105
+ - **Size of the generated dataset:** 1.58 GB
106
+ - **Total amount of disk used:** 5.1 GB
107
 
108
  An example of 'news' looks as follows.
109
  ```
 
120
  The data fields are the same among all splits.
121
 
122
  - `text`: a `string` feature that contains text.
123
+ - `timestamp`: a `string` feature that contains timestamp of the material.
124
+ - `source`: a `string` feature that contains url of the material.
125
 
126
  ### Data Splits
127