Skip to content

Commit 4786ed5

Browse files
author
The TensorFlow Datasets Authors
committed
Automated documentation update.
PiperOrigin-RevId: 669035655
1 parent c353ead commit 4786ed5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/catalog/asqa.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ repostory we release the ASQA dataset, together with the evaluation code:
3232
* **Versions**:
3333

3434
* **`1.0.0`** (default): Initial release.
35+
* `2.0.0`: Sample ID goes from int32 (overflowing) to int64.
3536

3637
* **Download size**: `17.86 MiB`
3738

@@ -66,7 +67,7 @@ FeaturesDict({
6667
'short_answers': Sequence(Text(shape=(), dtype=string)),
6768
'wikipage': Text(shape=(), dtype=string),
6869
}),
69-
'sample_id': int32,
70+
'sample_id': int64,
7071
'wikipages': Sequence({
7172
'title': Text(shape=(), dtype=string),
7273
'url': Text(shape=(), dtype=string),
@@ -90,7 +91,7 @@ qa_pairs/context | Text | | string | Additional
9091
qa_pairs/question | Text | | string |
9192
qa_pairs/short_answers | Sequence(Text) | (None,) | string | List of short answers from AmbigQA.
9293
qa_pairs/wikipage | Text | | string | Title of the Wikipedia page the additional context was taken from.
93-
sample_id | Tensor | | int32 |
94+
sample_id | Tensor | | int64 |
9495
wikipages | Sequence | | | List of Wikipedia pages visited by AmbigQA annotators.
9596
wikipages/title | Text | | string | Title of the Wikipedia page.
9697
wikipages/url | Text | | string | Link to the Wikipedia page.

docs/catalog/duke_ultrasound.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ under Grant 5T32GM007171-44. A usage example is available
3333

3434
* `1.0.0`: Initial release.
3535
* **`1.0.1`** (default): Fixes parsing of boolean field `harmonic`.
36+
* `2.0.0`: Fix timestamp_id from %Y%m%d%H%M%S to posix timestamp.
3637

3738
* **Download size**: `12.78 GiB`
3839

0 commit comments

Comments
 (0)