{ "cells": [ { "cell_type": "code", "execution_count": null, "id": "c415192a", "metadata": {}, "outputs": [], "source": [ "pip install datasets transformers huggingface_hub\n", "apt-get install git-lfs" ] }, { "cell_type": "code", "execution_count": 1, "id": "bd861c86", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮\n", "│ in <module>:14 │\n", "╰──────────────────────────────────────────────────────────────────────────────────────────────────╯\n", "ModuleNotFoundError: No module named 'google.colab'\n", "\n" ], "text/plain": [ "\u001b[31m╭─\u001b[0m\u001b[31m──────────────────────────────\u001b[0m\u001b[31m \u001b[0m\u001b[1;31mTraceback \u001b[0m\u001b[1;2;31m(most recent call last)\u001b[0m\u001b[31m \u001b[0m\u001b[31m───────────────────────────────\u001b[0m\u001b[31m─╮\u001b[0m\n", "\u001b[31m│\u001b[0m in \u001b[92m