Skip to content

Commit 53c389c

Browse files
author
The TensorFlow Datasets Authors
committed
Automated documentation update.
PiperOrigin-RevId: 676100616
1 parent c8e467a commit 53c389c

File tree

1 file changed

+52
-19
lines changed

1 file changed

+52
-19
lines changed

docs/catalog/imdb_reviews.md

Lines changed: 52 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,6 @@ and 25,000 for testing. There is additional unlabeled data for use as well.
3636
* **`1.0.0`** (default): New split API
3737
(https://tensorflow.org/datasets/splits)
3838

39-
* **Download size**: `80.23 MiB`
40-
41-
* **Auto-cached**
42-
([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):
43-
Yes
44-
45-
* **Splits**:
46-
47-
Split | Examples
48-
:--------------- | -------:
49-
`'test'` | 25,000
50-
`'train'` | 25,000
51-
`'unsupervised'` | 50,000
52-
5339
* **Supervised keys** (See
5440
[`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):
5541
`('text', 'label')`
@@ -79,8 +65,22 @@ Split | Examples
7965

8066
* **Config description**: Plain text
8167

68+
* **Download size**: `80.23 MiB`
69+
8270
* **Dataset size**: `129.83 MiB`
8371

72+
* **Auto-cached**
73+
([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):
74+
Yes
75+
76+
* **Splits**:
77+
78+
Split | Examples
79+
:--------------- | -------:
80+
`'test'` | 25,000
81+
`'train'` | 25,000
82+
`'unsupervised'` | 50,000
83+
8484
* **Feature structure**:
8585

8686
```python
@@ -140,7 +140,18 @@ dataButton.addEventListener('click', async () => {
140140
* **Config description**: Uses byte-level text encoding with
141141
`tfds.deprecated.text.ByteTextEncoder`
142142

143-
* **Dataset size**: `129.88 MiB`
143+
* **Download size**: `Unknown size`
144+
145+
* **Dataset size**: `Unknown size`
146+
147+
* **Auto-cached**
148+
([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):
149+
Unknown
150+
151+
* **Splits**:
152+
153+
Split | Examples
154+
:---- | -------:
144155

145156
* **Feature structure**:
146157

@@ -201,14 +212,25 @@ dataButton.addEventListener('click', async () => {
201212
* **Config description**: Uses `tfds.deprecated.text.SubwordTextEncoder` with
202213
8k vocab size
203214

204-
* **Dataset size**: `54.72 MiB`
215+
* **Download size**: `Unknown size`
216+
217+
* **Dataset size**: `Unknown size`
218+
219+
* **Auto-cached**
220+
([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):
221+
Unknown
222+
223+
* **Splits**:
224+
225+
Split | Examples
226+
:---- | -------:
205227

206228
* **Feature structure**:
207229

208230
```python
209231
FeaturesDict({
210232
'label': ClassLabel(shape=(), dtype=int64, num_classes=2),
211-
'text': Text(shape=(None,), dtype=int64, encoder=<SubwordTextEncoder vocab_size=8185>),
233+
'text': Text(shape=(None,), dtype=int64),
212234
})
213235
```
214236

@@ -262,14 +284,25 @@ dataButton.addEventListener('click', async () => {
262284
* **Config description**: Uses `tfds.deprecated.text.SubwordTextEncoder` with
263285
32k vocab size
264286

265-
* **Dataset size**: `50.33 MiB`
287+
* **Download size**: `Unknown size`
288+
289+
* **Dataset size**: `Unknown size`
290+
291+
* **Auto-cached**
292+
([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):
293+
Unknown
294+
295+
* **Splits**:
296+
297+
Split | Examples
298+
:---- | -------:
266299

267300
* **Feature structure**:
268301

269302
```python
270303
FeaturesDict({
271304
'label': ClassLabel(shape=(), dtype=int64, num_classes=2),
272-
'text': Text(shape=(None,), dtype=int64, encoder=<SubwordTextEncoder vocab_size=32650>),
305+
'text': Text(shape=(None,), dtype=int64),
273306
})
274307
```
275308

0 commit comments

Comments
 (0)