diff --git a/summerize.ipynb b/summerize.ipynb index 00926a2..4a21386 100644 --- a/summerize.ipynb +++ b/summerize.ipynb @@ -2257,7 +2257,12 @@ { "cell_type": "code", "metadata": { - "id": "lxxXoKdQ0oiT" + "colab": { + "base_uri": "https://localhost:8080/", + "height": 35 + }, + "id": "lxxXoKdQ0oiT", + "outputId": "2d2178e7-222e-496e-87be-dca19e603f19" }, "source": [ "from transformers import AutoTokenizer, AutoModelForSeq2SeqLM\n", @@ -2282,8 +2287,22 @@ "\n", "summarize_cluster(texts)" ], - "execution_count": null, - "outputs": [] + "execution_count": 35, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "application/vnd.google.colaboratory.intrinsic+json": { + "type": "string" + }, + "text/plain": [ + "' The effect of executive function training on working memory and inhibitory skills in deaf children is investigated.'" + ] + }, + "metadata": {}, + "execution_count": 35 + } + ] }, { "cell_type": "code",