Skip to content

Commit

Permalink
Reorginizing
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanAvitan committed Apr 25, 2024
1 parent 31c5133 commit 9577f2a
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 210 deletions.
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
__pycache__/

slurm-*.out
*cache/
*.p
.ipynb_checkpoints/
*cache/

build/
dist/
vec2text.egg-info/

embeddings/
logs/

msmarco_msl128_hypotheses/
saves/
slurm-scripts/
wandb/

notebooks/bias_bios_generation/wandb
notebooks/sequences_length
datasets_creation/
train_data/
models/
notebooks/generate_samples_me5_64_ctx_length_hard_text_only_encodings

.idea/
results/

*.csv

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
BASE_MODEL = 'bias-bios64'
DATASET_PATH = '/home/nlp/matan_avitan/git/vec2text/train_data/bias_bios'
IS_FIRST = False
MAX_SEQUENCE_LENGTH = 64 # Don't it should be 32 for the gtr model?
MAX_SEQUENCE_LENGTH = 64
PROCESSING_BATCH_SIZE = 128
INVERSION_BATCH_SIZE = 128
NUM_CORRECTION_STEPS = 20
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ tenacity
tokenizers
tqdm
transformers
pot
17 changes: 0 additions & 17 deletions setup.cfg

This file was deleted.

11 changes: 0 additions & 11 deletions setup.py

This file was deleted.

0 comments on commit 9577f2a

Please sign in to comment.