Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions seqio/notebooks/Basics_Task_and_Mixtures.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"source": [
"\n",
"\u003ca href=\"https://colab.research.google.com/github/google/seqio/blob/main/seqio/notebooks/Basics_Task_and_Mixtures.ipynb\" target=\"_parent\"\u003e\u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\u003c/a\u003e"
"<a href=\"https://colab.research.google.com/github/google/seqio/blob/main/seqio/notebooks/Basics_Task_and_Mixtures.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
Expand Down Expand Up @@ -58,7 +58,7 @@
{
"data": {
"text/plain": [
"\u003cseqio.dataset_providers.Task at 0x7fde663c55b0\u003e"
"<seqio.dataset_providers.Task at 0x7fde663c55b0>"
]
},
"execution_count": 2,
Expand Down Expand Up @@ -166,7 +166,7 @@
{
"data": {
"text/plain": [
"\u003cseqio.dataset_providers.Task at 0x7fde3cb53d30\u003e"
"<seqio.dataset_providers.Task at 0x7fde3cb53d30>"
]
},
"execution_count": 4,
Expand Down Expand Up @@ -307,7 +307,7 @@
{
"data": {
"text/plain": [
"\u003cseqio.dataset_providers.Task at 0x7fde476dfa90\u003e"
"<seqio.dataset_providers.Task at 0x7fde476dfa90>"
]
},
"execution_count": 7,
Expand Down Expand Up @@ -429,7 +429,7 @@
{
"data": {
"text/plain": [
"\u003cseqio.dataset_providers.Task at 0x7fde3cb539d0\u003e"
"<seqio.dataset_providers.Task at 0x7fde3cb539d0>"
]
},
"execution_count": 10,
Expand Down Expand Up @@ -539,7 +539,7 @@
{
"data": {
"text/plain": [
"\u003cseqio.dataset_providers.Task at 0x7fde471cea90\u003e"
"<seqio.dataset_providers.Task at 0x7fde471cea90>"
]
},
"execution_count": 12,
Expand Down Expand Up @@ -590,7 +590,7 @@
{
"data": {
"text/plain": [
"\u003cseqio.dataset_providers.Mixture at 0x7fde3a85b3a0\u003e"
"<seqio.dataset_providers.Mixture at 0x7fde3a85b3a0>"
]
},
"execution_count": 13,
Expand Down
8 changes: 4 additions & 4 deletions seqio/notebooks/Evaluation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"source": [
"\n",
"\u003ca href=\"https://colab.research.google.com/github/google/seqio/blob/main/seqio/notebooks/Basics_Evaluation.ipynb\" target=\"_parent\"\u003e\u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\u003c/a\u003e"
"<a href=\"https://colab.research.google.com/github/google/seqio/blob/main/seqio/notebooks/Basics_Evaluation.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
Expand Down Expand Up @@ -110,7 +110,7 @@
{
"data": {
"text/plain": [
"\u003cseqio.dataset_providers.Task at 0x7ff12fab5430\u003e"
"<seqio.dataset_providers.Task at 0x7ff12fab5430>"
]
},
"execution_count": 4,
Expand Down Expand Up @@ -247,7 +247,7 @@
{
"data": {
"text/plain": [
"\u003cseqio.dataset_providers.Task at 0x7ff1270145e0\u003e"
"<seqio.dataset_providers.Task at 0x7ff1270145e0>"
]
},
"execution_count": 7,
Expand Down Expand Up @@ -419,7 +419,7 @@
{
"data": {
"text/plain": [
"\u003cseqio.dataset_providers.Task at 0x7ff127268670\u003e"
"<seqio.dataset_providers.Task at 0x7ff127268670>"
]
},
"execution_count": 14,
Expand Down
Loading