Skip to content

Commit

Permalink
Automated documentation update.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 361442511
  • Loading branch information
TensorFlow Datasets Team authored and copybara-github committed Mar 7, 2021
1 parent 2f76656 commit 9653c3e
Showing 1 changed file with 124 additions and 4 deletions.
128 changes: 124 additions & 4 deletions docs/catalog/gem.md
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,37 @@ the correct citation for each contained dataset."

* **Examples**
([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):
Missing.

<!-- mdformat off(HTML should not be auto-formatted) -->

{% framebox %}

<button id="displaydataframe">Display examples...</button>
<div id="dataframecontent" style="overflow-x:scroll"></div>
<script src="https://www.gstatic.com/external_hosted/jquery2.min.js"></script>
<script>
var url = "https://storage.googleapis.com/tfds-data/visualization/dataframe/gem-wiki_lingua_ru_en-1.0.1.html";
$(document).ready(() => {
$("#displaydataframe").click((event) => {
// Disable the button after clicking (dataframe loaded only once).
$("#displaydataframe").prop("disabled", true);

// Pre-fetch and display the content
$.get(url, (data) => {
$("#dataframecontent").html(data);
}).fail(() => {
$("#dataframecontent").html(
'Error loading examples. If the error persist, please open '
+ 'a new issue.'
);
});
});
});
</script>

{% endframebox %}

<!-- mdformat on -->

## gem/wiki_lingua_tr_en

Expand Down Expand Up @@ -2132,7 +2162,37 @@ the correct citation for each contained dataset."

* **Examples**
([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):
Missing.

<!-- mdformat off(HTML should not be auto-formatted) -->

{% framebox %}

<button id="displaydataframe">Display examples...</button>
<div id="dataframecontent" style="overflow-x:scroll"></div>
<script src="https://www.gstatic.com/external_hosted/jquery2.min.js"></script>
<script>
var url = "https://storage.googleapis.com/tfds-data/visualization/dataframe/gem-wiki_lingua_tr_en-1.0.1.html";
$(document).ready(() => {
$("#displaydataframe").click((event) => {
// Disable the button after clicking (dataframe loaded only once).
$("#displaydataframe").prop("disabled", true);

// Pre-fetch and display the content
$.get(url, (data) => {
$("#dataframecontent").html(data);
}).fail(() => {
$("#dataframecontent").html(
'Error loading examples. If the error persist, please open '
+ 'a new issue.'
);
});
});
});
</script>

{% endframebox %}

<!-- mdformat on -->

## gem/wiki_lingua_vi_en

Expand Down Expand Up @@ -2247,7 +2307,37 @@ the correct citation for each contained dataset."

* **Examples**
([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):
Missing.

<!-- mdformat off(HTML should not be auto-formatted) -->

{% framebox %}

<button id="displaydataframe">Display examples...</button>
<div id="dataframecontent" style="overflow-x:scroll"></div>
<script src="https://www.gstatic.com/external_hosted/jquery2.min.js"></script>
<script>
var url = "https://storage.googleapis.com/tfds-data/visualization/dataframe/gem-wiki_lingua_vi_en-1.0.1.html";
$(document).ready(() => {
$("#displaydataframe").click((event) => {
// Disable the button after clicking (dataframe loaded only once).
$("#displaydataframe").prop("disabled", true);

// Pre-fetch and display the content
$.get(url, (data) => {
$("#dataframecontent").html(data);
}).fail(() => {
$("#dataframecontent").html(
'Error loading examples. If the error persist, please open '
+ 'a new issue.'
);
});
});
});
</script>

{% endframebox %}

<!-- mdformat on -->

## gem/xsum

Expand Down Expand Up @@ -2365,4 +2455,34 @@ the correct citation for each contained dataset."

* **Examples**
([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):
Missing.

<!-- mdformat off(HTML should not be auto-formatted) -->

{% framebox %}

<button id="displaydataframe">Display examples...</button>
<div id="dataframecontent" style="overflow-x:scroll"></div>
<script src="https://www.gstatic.com/external_hosted/jquery2.min.js"></script>
<script>
var url = "https://storage.googleapis.com/tfds-data/visualization/dataframe/gem-xsum-1.0.1.html";
$(document).ready(() => {
$("#displaydataframe").click((event) => {
// Disable the button after clicking (dataframe loaded only once).
$("#displaydataframe").prop("disabled", true);

// Pre-fetch and display the content
$.get(url, (data) => {
$("#dataframecontent").html(data);
}).fail(() => {
$("#dataframecontent").html(
'Error loading examples. If the error persist, please open '
+ 'a new issue.'
);
});
});
});
</script>

{% endframebox %}

<!-- mdformat on -->

0 comments on commit 9653c3e

Please sign in to comment.