More details on:https://huggingface.co/docs/transformers/training
the sample dataset:Yelp review
remember to replace the empty file inside folder yelp_review_full with the testing and training datasets
conda create -n RBF
conda activate RBF
conda install python==3.9
pip install datasets
pip install transformers
pip install torch torchvision
pip install tqdm
pip install evaluate
pip install numpy
pip install -U scikit-learn