Skip to content

Source code for paper "Fine-tuning Performance Prediction Using TDA" by Alexey Shishkov

License

Notifications You must be signed in to change notification settings

ShishckovA/FinetuningPerformancePrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fine-tuning Performance Prediction Using Topological Feature Vector

A repository for research paper "Fine-tuning Performance Prediction Using Topological Feature Vector". Here we calculate some features about model.

There are two main feature types:

  1. Probing results. Probing results are calculated using run_senteval.ipynb
  2. Topological data of attention features. This is collected using calculate_TDA_features.ipynb.

To collect data (find models that achieve vatient quality on target dataset), we use tangle_model_on_scrambled_wikipedia.ipynb. This notebook finetunes base model on scrambled Wikipedia, gradually decreasing quality of the model.

Final regressor is built in final_regressor.ipynb, where you can inspect quality benifit from TDA.

About

Source code for paper "Fine-tuning Performance Prediction Using TDA" by Alexey Shishkov

Topics

Resources

License

Stars

Watchers

Forks