Skip to content

Commit 9315fbe

Browse files
Conchylicultorcopybara-github
authored andcommitted
Automated documentation update
PiperOrigin-RevId: 295841334
1 parent babfc50 commit 9315fbe

File tree

160 files changed

+49678
-35824
lines changed

Some content is hidden

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

160 files changed

+49678
-35824
lines changed

docs/catalog/_toc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,8 @@ toc:
272272
title: wikipedia
273273
- path: /datasets/catalog/xnli
274274
title: xnli
275+
- path: /datasets/catalog/yelp_polarity_reviews
276+
title: yelp_polarity_reviews
275277
title: Text
276278
- section:
277279
- path: /datasets/catalog/flores

docs/catalog/abstract_reasoning.md

Lines changed: 86 additions & 398 deletions
Large diffs are not rendered by default.

docs/catalog/aeslc.md

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -10,49 +10,43 @@
1010
</div>
1111
# `aeslc`
1212

13+
* **Description**:
14+
1315
A collection of email messages of employees in the Enron Corporation.
1416

1517
There are two features: - email_body: email body text. - subject_line: email
1618
subject text.
1719

18-
* URL:
20+
* **Homepage**:
1921
[https://github.com/ryanzhumich/AESLC](https://github.com/ryanzhumich/AESLC)
20-
* `DatasetBuilder`:
22+
* **Source code**:
2123
[`tfds.summarization.aeslc.Aeslc`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/summarization/aeslc.py)
22-
* Version: `v1.0.0`
23-
* Versions:
24-
25-
* **`1.0.0`** (default):
24+
* **Versions**:
25+
* **`1.0.0`** (default): No release notes.
26+
* **Download size**: `11.10 MiB`
27+
* **Dataset size**: `Unknown size`
28+
* **Splits**:
2629

27-
* Download size: `11.10 MiB`
30+
Split | Examples
31+
:----------- | -------:
32+
'test' | 1,906
33+
'train' | 14,436
34+
'validation' | 1,960
2835

29-
* Dataset size: `Unknown size`
36+
* **Features**:
3037

31-
## Features
3238
```python
3339
FeaturesDict({
3440
'email_body': Text(shape=(), dtype=tf.string),
3541
'subject_line': Text(shape=(), dtype=tf.string),
3642
})
3743
```
3844

39-
## Statistics
40-
41-
Split | Examples
42-
:--------- | -------:
43-
ALL | 18,302
44-
TRAIN | 14,436
45-
VALIDATION | 1,960
46-
TEST | 1,906
47-
48-
## Homepage
45+
* **Supervised keys** (See
46+
[`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load)):
47+
`('email_body', 'subject_line')`
48+
* **Citation**:
4949

50-
* [https://github.com/ryanzhumich/AESLC](https://github.com/ryanzhumich/AESLC)
51-
52-
## Supervised keys (for `as_supervised=True`)
53-
`('email_body', 'subject_line')`
54-
55-
## Citation
5650
```
5751
@misc{zhang2019email,
5852
title={This Email Could Save Your Life: Introducing the Task of Email Subject Line Generation},
@@ -63,5 +57,3 @@ TEST | 1,906
6357
primaryClass={cs.CL}
6458
}
6559
```
66-
67-
--------------------------------------------------------------------------------

docs/catalog/aflw2k3d.md

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,31 @@
1010
</div>
1111
# `aflw2k3d`
1212

13+
* **Description**:
14+
1315
AFLW2000-3D is a dataset of 2000 images that have been annotated with
1416
image-level 68-point 3D facial landmarks. This dataset is typically used for
1517
evaluation of 3D facial landmark detection models. The head poses are very
1618
diverse and often hard to be detected by a cnn-based face detector. The 2D
1719
landmarks are skipped in this dataset, since some of the data are not consistent
1820
to 21 points, as the original paper mentioned.
1921

20-
* URL:
22+
* **Homepage**:
2123
[http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/3DDFA/main.htm](http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/3DDFA/main.htm)
22-
* `DatasetBuilder`:
24+
* **Source code**:
2325
[`tfds.image.aflw2k3d.Aflw2k3d`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/image/aflw2k3d.py)
24-
* Version: `v1.0.0`
25-
* Versions:
26-
27-
* **`1.0.0`** (default):
26+
* **Versions**:
27+
* **`1.0.0`** (default): No release notes.
28+
* **Download size**: `83.36 MiB`
29+
* **Dataset size**: `Unknown size`
30+
* **Splits**:
2831

29-
* Download size: `83.36 MiB`
32+
Split | Examples
33+
:------ | -------:
34+
'train' | 2,000
3035

31-
* Dataset size: `Unknown size`
36+
* **Features**:
3237

33-
## Features
3438
```python
3539
FeaturesDict({
3640
'image': Image(shape=(450, 450, 3), dtype=tf.uint8),
@@ -39,18 +43,11 @@ FeaturesDict({
3943
})
4044
```
4145

42-
## Statistics
43-
44-
Split | Examples
45-
:---- | -------:
46-
ALL | 2,000
47-
TRAIN | 2,000
46+
* **Supervised keys** (See
47+
[`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load)):
48+
`None`
49+
* **Citation**:
4850

49-
## Homepage
50-
51-
* [http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/3DDFA/main.htm](http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/3DDFA/main.htm)
52-
53-
## Citation
5451
```
5552
@article{DBLP:journals/corr/ZhuLLSL15,
5653
author = {Xiangyu Zhu and
@@ -70,5 +67,3 @@ TRAIN | 2,000
7067
bibsource = {dblp computer science bibliography, https://dblp.org}
7168
}
7269
```
73-
74-
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)