Skip to content

Commit 75f900e

Browse files
Conchylicultorcopybara-github
authored andcommitted
Automated documentation update
PiperOrigin-RevId: 282649727
1 parent f44d425 commit 75f900e

File tree

636 files changed

+10095
-973
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

636 files changed

+10095
-973
lines changed

docs/catalog/c4.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ https://www.tensorflow.org/datasets/beam_datasets.
2626
`c4` is configured with `tfds.text.c4.C4Config` and has the following
2727
configurations predefined (defaults to the first one):
2828

29-
* `en` (`v1.1.0`) (`Size: ?? GiB`): English C4 dataset.
29+
* `en` (`v1.1.0`) (`Size: 6.96 TiB`): English C4 dataset.
3030

31-
* `en.noclean` (`v1.1.0`) (`Size: ?? GiB`): Disables all cleaning
31+
* `en.noclean` (`v1.1.0`) (`Size: 6.96 TiB`): Disables all cleaning
3232
(deduplication, removal based on bad words, etc.)
3333

34-
* `en.realnewslike` (`v1.1.0`) (`Size: ?? GiB`): Filters from the default
34+
* `en.realnewslike` (`v1.1.0`) (`Size: 6.96 TiB`): Filters from the default
3535
config to only include content from the domains used in the 'RealNews'
3636
dataset (Zellers et al., 2019).
3737

38-
* `en.webtextlike` (`v1.1.0`) (`Size: ?? GiB`): Filters from the default
38+
* `en.webtextlike` (`v1.1.0`) (`Size: 6.96 TiB`): Filters from the default
3939
config to only include content from the URLs in OpenWebText
4040
(https://github.com/jcpeterson/openwebtext).
4141

docs/catalog/cars196.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,26 @@ Model, Year, e.g. 2012 Tesla Model S or 2012 BMW M3 coupe.
1919
[https://ai.stanford.edu/~jkrause/cars/car_dataset.html](https://ai.stanford.edu/~jkrause/cars/car_dataset.html)
2020
* `DatasetBuilder`:
2121
[`tfds.image.cars196.Cars196`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/image/cars196.py)
22-
* Version: `v1.0.0`
22+
* Version: `v2.0.0`
2323
* Versions:
2424

25-
* **`1.0.0`** (default):
25+
* **`2.0.0`** (default):
2626

27-
* Size: `1.82 GiB`
27+
* Size: `?? GiB`
2828

2929
## Features
30+
3031
```python
3132
FeaturesDict({
3233
'bbox': BBoxFeature(shape=(4,), dtype=tf.float32),
3334
'image': Image(shape=(None, None, 3), dtype=tf.uint8),
34-
'label': ClassLabel(shape=(), dtype=tf.int64, num_classes=197),
35+
'label': ClassLabel(shape=(), dtype=tf.int64, num_classes=196),
3536
})
3637
```
3738

3839
## Statistics
3940

40-
Split | Examples
41-
:---- | -------:
42-
ALL | 16,185
43-
TRAIN | 8,144
44-
TEST | 8,041
41+
None computed
4542

4643
## Homepage
4744

docs/catalog/deep_weeds.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ Range", "Kelso", "McKinlay" and "Paluma".
2121
[https://github.com/AlexOlsen/DeepWeeds](https://github.com/AlexOlsen/DeepWeeds)
2222
* `DatasetBuilder`:
2323
[`tfds.image.deep_weeds.DeepWeeds`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/image/deep_weeds.py)
24-
* Version: `v1.0.0`
24+
* Version: `v2.0.0`
2525
* Versions:
2626

27-
* **`1.0.0`** (default):
27+
* **`2.0.0`** (default):
2828

29-
* Size: `891.95 MiB`
29+
* Size: `892.52 MiB`
3030

3131
## Features
3232
```python

docs/catalog/esnli.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,26 @@ relations.
2222
`esnli` is configured with `tfds.core.dataset_builder.BuilderConfig` and has the
2323
following configurations predefined (defaults to the first one):
2424

25-
* `plain_text` (`v0.0.1`) (`Size: 195.04 MiB`): Plain text import of e-SNLI
25+
* `plain_text` (`v0.0.2`) (`Size: ?? GiB`): Plain text import of e-SNLI
2626

2727
## `esnli/plain_text`
2828
Plain text import of e-SNLI
2929

3030
Versions:
3131

32-
* **`0.0.1`** (default):
32+
* **`0.0.2`** (default):
3333

3434
### Statistics
3535

36-
Split | Examples
37-
:--------- | -------:
38-
ALL | 569,033
39-
TRAIN | 549,367
40-
VALIDATION | 9,842
41-
TEST | 9,824
36+
None computed
4237

4338
### Features
39+
4440
```python
4541
FeaturesDict({
46-
'explanation': Text(shape=(), dtype=tf.string),
42+
'explanation_1': Text(shape=(), dtype=tf.string),
43+
'explanation_2': Text(shape=(), dtype=tf.string),
44+
'explanation_3': Text(shape=(), dtype=tf.string),
4745
'hypothesis': Text(shape=(), dtype=tf.string),
4846
'label': ClassLabel(shape=(), dtype=tf.int64, num_classes=3),
4947
'premise': Text(shape=(), dtype=tf.string),

docs/catalog/math_dataset.md

Lines changed: 151 additions & 154 deletions
Large diffs are not rendered by default.

docs/catalog/starcraft_video.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Brawl map with 64x64 resolution.
4949
Versions:
5050

5151
* **`0.1.2`** (default):
52+
* `1.0.0`: New split API (https://tensorflow.org/datasets/splits)
5253

5354
### Statistics
5455

@@ -76,6 +77,7 @@ Brawl map with 128x128 resolution.
7677
Versions:
7778

7879
* **`0.1.2`** (default):
80+
* `1.0.0`: New split API (https://tensorflow.org/datasets/splits)
7981

8082
### Statistics
8183

@@ -103,6 +105,7 @@ CollectMineralShards map with 64x64 resolution.
103105
Versions:
104106

105107
* **`0.1.2`** (default):
108+
* `1.0.0`: New split API (https://tensorflow.org/datasets/splits)
106109

107110
### Statistics
108111

@@ -130,6 +133,7 @@ CollectMineralShards map with 128x128 resolution.
130133
Versions:
131134

132135
* **`0.1.2`** (default):
136+
* `1.0.0`: New split API (https://tensorflow.org/datasets/splits)
133137

134138
### Statistics
135139

@@ -157,6 +161,7 @@ MoveUnitToBorder map with 64x64 resolution.
157161
Versions:
158162

159163
* **`0.1.2`** (default):
164+
* `1.0.0`: New split API (https://tensorflow.org/datasets/splits)
160165

161166
### Statistics
162167

@@ -184,6 +189,7 @@ MoveUnitToBorder map with 128x128 resolution.
184189
Versions:
185190

186191
* **`0.1.2`** (default):
192+
* `1.0.0`: New split API (https://tensorflow.org/datasets/splits)
187193

188194
### Statistics
189195

@@ -211,6 +217,7 @@ RoadTripWithMedivac map with 64x64 resolution.
211217
Versions:
212218

213219
* **`0.1.2`** (default):
220+
* `1.0.0`: New split API (https://tensorflow.org/datasets/splits)
214221

215222
### Statistics
216223

@@ -238,6 +245,7 @@ RoadTripWithMedivac map with 128x128 resolution.
238245
Versions:
239246

240247
* **`0.1.2`** (default):
248+
* `1.0.0`: New split API (https://tensorflow.org/datasets/splits)
241249

242250
### Statistics
243251

0 commit comments

Comments
 (0)