Skip to content

Understanding how features learned by neural networks evolve throughout training

License

Notifications You must be signed in to change notification settings

EleutherAI/features-across-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

features-across-time

Understanding how features learned by neural networks evolve throughout training

NOTE: Apologies for the sloppy code in many places. We plan to clean it up in the next few weeks.

Reproduce Pythia Suite Experiments

Run the following Python scripts from the command line to collect and plot data over training steps:

python -m scripts.preprocess.build_ngram_data --n <n1> <n2>
python -m scripts.inference.ngrams --n <n1> <n2>

To plot existing data, use:

python -m scripts.plot.plot_single_rows

About

Understanding how features learned by neural networks evolve throughout training

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages