Skip to content

jsrozner/ConstructionsRevealedDistribution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Constructions are Revealed in Word Distribution

Repository for work in Constructions are Revealed in Word Distributions (arxiv)

  • See src/paper for all experiments
  • See example.ipynb for how to play with the affinity methods

Setup

  1. conda create -n cxs_are_revealed python=3.12 pytorch -c pytorch
  2. pip install -r requirement.txt
    • you'll need to also install jupyter to run jupyter notebooks
    • and you'll need
      • pip install git+https://github.com/jsrozner/rozlib-python.git@v.0.1.1
  3. environment comments:
    • You may need to mark /src as sources root (pycharm eg.), or
    • If you don't have pycharm or jupyter doesn't behave:
      • You may want to run your jupyter server from the /src directory since all imports are relative to /src
      • You could alternatively tweak python_path to make sure that src is treated as an importable module

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published