12
12
# ` dolphin_number_word `
13
13
14
14
15
+ Note: This dataset has been updated since the last stable release. The new
16
+ versions and config marked with
17
+ <span class =" material-icons " title =" Available only in the tfds-nightly package " >nights_stay</span >
18
+ are only available in the ` tfds-nightly ` package.
19
+
15
20
* ** Description** :
16
21
17
22
Dolphin Math Word Problem dataset (2015), as presented in
@@ -26,10 +31,12 @@ https://www.microsoft.com/en-us/research/uploads/prod/2016/02//dolphin-sigmadolp
26
31
* ** Versions** :
27
32
28
33
* ` 0.0.1 ` : Initial release.
29
- * ** ` 0.0.2 ` ** (default): RaggedTensor fix. Equations and Sources
30
- represented as a singlestring with components delimited by spaces
31
- * ` 0.0.3 ` : Reintroduced logic to handle edge-case involving examples
32
- without sources.
34
+ * ` 0.0.2 ` : RaggedTensor fix. Equations and Sources represented as a
35
+ singlestring with components delimited by spaces
36
+ * ** ` 0.0.3 ` ** (default)
37
+ <span class =" material-icons " title =" Available only in the tfds-nightly package " >nights_stay</span >:
38
+ Reintroduced logic to handle edge-case involving examples without
39
+ sources.
33
40
34
41
* ** Download size** : ` 280.42 KiB `
35
42
@@ -89,7 +96,7 @@ text | Text | | string |
89
96
<button id =" displaydataframe " >Display examples...</button >
90
97
<div id =" dataframecontent " style =" overflow-x :auto " ></div >
91
98
<script >
92
- const url = " https://storage.googleapis.com/tfds-data/visualization/dataframe/dolphin_number_word-0.0.2 .html" ;
99
+ const url = " https://storage.googleapis.com/tfds-data/visualization/dataframe/dolphin_number_word-0.0.3 .html" ;
93
100
const dataButton = document .getElementById (' displaydataframe' );
94
101
dataButton .addEventListener (' click' , async () => {
95
102
// Disable the button after clicking (dataframe loaded only once).
0 commit comments