{ "nbformat": 4, "nbformat_minor": 0, "metadata": { "colab": { "name": "Summarisation.ipynb", "provenance": [], "authorship_tag": "ABX9TyOQtZtGqCwkOJhVOqeGZZvO", "include_colab_link": true }, "kernelspec": { "name": "python3", "display_name": "Python 3" }, "language_info": { "name": "python" }, "accelerator": "GPU" }, "cells": [ { "cell_type": "markdown", "metadata": { "id": "view-in-github", "colab_type": "text" }, "source": [ "\"Open" ] }, { "cell_type": "code", "metadata": { "id": "DHzgmow9DZK7" }, "source": [ "!git clone https://dagshub.com/gagan3012/summarization.git" ], "execution_count": null, "outputs": [] }, { "cell_type": "code", "metadata": { "id": "a_gw9JaVEslh" }, "source": [ "import os\n", "os.chdir('/content/summarization')" ], "execution_count": 2, "outputs": [] }, { "cell_type": "code", "metadata": { "id": "dcozx2lVFOd-" }, "source": [ "!git pull" ], "execution_count": null, "outputs": [] }, { "cell_type": "code", "metadata": { "id": "fcJkF3ZtEyVm" }, "source": [ "!make dirs" ], "execution_count": null, "outputs": [] }, { "cell_type": "code", "metadata": { "id": "6jClm3fBE9XL" }, "source": [ "!make requirements" ], "execution_count": null, "outputs": [] }, { "cell_type": "code", "metadata": { "id": "bXKYITHyFBnz" }, "source": [ "!make run" ], "execution_count": null, "outputs": [] } ] }