Update README.md
Browse files
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:**
|
105 |
-
- **Size of the generated dataset:**
|
106 |
-
- **Total amount of disk used:**
|
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 |
-
-
|
124 |
-
-
|
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 |
|