Skip to content

Fine-tune pretrained transformer encoder (bert) + RBF function

Notifications You must be signed in to change notification settings

scaliaven/encoder_RBF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Environment

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

About

Fine-tune pretrained transformer encoder (bert) + RBF function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published