Skip to content

Commit 8a06115

Browse files
Conchylicultorcopybara-github
authored andcommitted
Automated documentation update
PiperOrigin-RevId: 296065261
1 parent bd6c856 commit 8a06115

File tree

146 files changed

+508
-258
lines changed

Some content is hidden

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

146 files changed

+508
-258
lines changed

docs/catalog/abstract_reasoning.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ a particular matrix.
4545
Data can be downloaded from
4646
https://console.cloud.google.com/storage/browser/ravens-matrices
4747
Please put all the tar.gz files in manual_dir.
48+
* **Auto-cached**
49+
([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):
50+
No
4851
* **Splits**:
4952

5053
Split | Examples
@@ -65,7 +68,6 @@ FeaturesDict({
6568
'target': ClassLabel(shape=(), dtype=tf.int64, num_classes=8),
6669
})
6770
```
68-
6971
* **Supervised keys** (See
7072
[`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load)):
7173
`None`
@@ -90,7 +92,7 @@ FeaturesDict({
9092
}
9193
```
9294

93-
## abstract_reasoning/neutral(default config)
95+
## abstract_reasoning/neutral (default config)
9496

9597
* **Config description**: The structures encoding the matrices in both the \
9698
training and testing sets contain any triples $[r, o, a]$ for $r \\in R$, \

docs/catalog/aeslc.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ subject text.
2525
* **`1.0.0`** (default): No release notes.
2626
* **Download size**: `11.10 MiB`
2727
* **Dataset size**: `Unknown size`
28+
* **Auto-cached**
29+
([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):
30+
No
2831
* **Splits**:
2932

3033
Split | Examples
@@ -41,7 +44,6 @@ FeaturesDict({
4144
'subject_line': Text(shape=(), dtype=tf.string),
4245
})
4346
```
44-
4547
* **Supervised keys** (See
4648
[`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load)):
4749
`('email_body', 'subject_line')`

docs/catalog/aflw2k3d.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ to 21 points, as the original paper mentioned.
2727
* **`1.0.0`** (default): No release notes.
2828
* **Download size**: `83.36 MiB`
2929
* **Dataset size**: `Unknown size`
30+
* **Auto-cached**
31+
([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):
32+
No
3033
* **Splits**:
3134

3235
Split | Examples
@@ -42,7 +45,6 @@ FeaturesDict({
4245
'landmarks_68_3d_z': Tensor(shape=(68, 1), dtype=tf.float32),
4346
})
4447
```
45-
4648
* **Supervised keys** (See
4749
[`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load)):
4850
`None`

docs/catalog/amazon_us_reviews.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ review_body - The review text. review_date - The date the review was written.
5353
* **`0.1.0`** (default): No release notes.
5454
* **Download size**: `1.59 GiB`
5555
* **Dataset size**: `Unknown size`
56+
* **Auto-cached**
57+
([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):
58+
No
5659
* **Features**:
5760

5861
```python
@@ -76,12 +79,11 @@ FeaturesDict({
7679
}),
7780
})
7881
```
79-
8082
* **Supervised keys** (See
8183
[`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load)):
8284
`None`
8385

84-
## amazon_us_reviews/Wireless_v1_00(default config)
86+
## amazon_us_reviews/Wireless_v1_00 (default config)
8587

8688
* **Config description**: A dataset consisting of reviews of Amazon
8789
Wireless_v1_00 products in US marketplace. Each product has its own version

docs/catalog/arc.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ human-like form of general fluid intelligence.
2626
* **`1.0.0`** (default): No release notes.
2727
* **Download size**: `465.07 KiB`
2828
* **Dataset size**: `Unknown size`
29+
* **Auto-cached**
30+
([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):
31+
No
2932
* **Splits**:
3033

3134
Split | Examples
@@ -48,7 +51,6 @@ FeaturesDict({
4851
}),
4952
})
5053
```
51-
5254
* **Supervised keys** (See
5355
[`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load)):
5456
`None`
@@ -65,4 +67,4 @@ FeaturesDict({
6567
}
6668
```
6769

68-
## arc/2019-12-06(default config)
70+
## arc/2019-12-06 (default config)

docs/catalog/bair_robot_pushing_small.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ including one training set (train) and two test sets of previously seen
2626
* `1.0.0`: No release notes.
2727
* **Download size**: `30.06 GiB`
2828
* **Dataset size**: `Unknown size`
29+
* **Auto-cached**
30+
([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):
31+
No
2932
* **Splits**:
3033

3134
Split | Examples
@@ -43,7 +46,6 @@ Sequence({
4346
'image_main': Image(shape=(64, 64, 3), dtype=tf.uint8),
4447
})
4548
```
46-
4749
* **Supervised keys** (See
4850
[`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load)):
4951
`None`

docs/catalog/beans.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ and collected by the Makerere AI research lab.
2626
* **`0.1.0`** (default): No release notes.
2727
* **Download size**: `Unknown size`
2828
* **Dataset size**: `171.63 MiB`
29+
* **Auto-cached**
30+
([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):
31+
Yes (validation, test), Only when `shuffle_files=False` (train)
2932
* **Splits**:
3033

3134
Split | Examples
@@ -42,7 +45,6 @@ FeaturesDict({
4245
'label': ClassLabel(shape=(), dtype=tf.int64, num_classes=3),
4346
})
4447
```
45-
4648
* **Supervised keys** (See
4749
[`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load)):
4850
`('image', 'label')`

docs/catalog/big_patent.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ summary: Patent abastract.
3232
* `1.0.0`: No release notes.
3333
* **Download size**: `Unknown size`
3434
* **Dataset size**: `24.22 GiB`
35+
* **Auto-cached**
36+
([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):
37+
No
3538
* **Features**:
3639

3740
```python
@@ -40,7 +43,6 @@ FeaturesDict({
4043
'description': Text(shape=(), dtype=tf.string),
4144
})
4245
```
43-
4446
* **Supervised keys** (See
4547
[`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load)):
4648
`('description', 'abstract')`
@@ -57,7 +59,7 @@ FeaturesDict({
5759
}
5860
```
5961

60-
## big_patent/all(default config)
62+
## big_patent/all (default config)
6163

6264
* **Config description**: Patents under all categories.
6365
* **Splits**:

docs/catalog/bigearthnet.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ URL: http://bigearth.net/
5454
* `0.0.2`: No release notes.
5555
* **Download size**: `65.22 GiB`
5656
* **Dataset size**: `Unknown size`
57+
* **Auto-cached**
58+
([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):
59+
No
5760
* **Splits**:
5861

5962
Split | Examples
@@ -80,7 +83,6 @@ FeaturesDict({
8083
}),
8184
})
8285
```
83-
8486
* **Supervised keys** (See
8587
[`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load)):
8688
`('image', 'labels')`
@@ -96,7 +98,7 @@ FeaturesDict({
9698
}
9799
```
98100

99-
## bigearthnet/rgb(default config)
101+
## bigearthnet/rgb (default config)
100102

101103
* **Config description**: Sentinel-2 RGB channels
102104

docs/catalog/billsum.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ summary.
2727
* **`3.0.0`** (default): No release notes.
2828
* **Download size**: `64.14 MiB`
2929
* **Dataset size**: `Unknown size`
30+
* **Auto-cached**
31+
([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):
32+
No
3033
* **Splits**:
3134

3235
Split | Examples
@@ -44,7 +47,6 @@ FeaturesDict({
4447
'title': Text(shape=(), dtype=tf.string),
4548
})
4649
```
47-
4850
* **Supervised keys** (See
4951
[`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load)):
5052
`('text', 'summary')`

0 commit comments

Comments
 (0)