Proma Hossain Progga

Results 3 issues of Proma Hossain Progga

I am getting this error in this cell ``` from datasets import Features, Sequence, ClassLabel, Value, Array2D, Array3D # we need to define custom features for `set_format` (used later on)...

``` # Use an official Python runtime as a parent image FROM python:3.10-slim # Set the working directory in the container WORKDIR /app # Copy the current directory contents into...

``` %load_ext autoreload %autoreload 2 from IPython.display import display, HTML from typing import Tuple, List, Sequence, Optional, Union from pathlib import Path import re import torch import tokenizers as tk...