Sushant Pandey

Results 3 issues of Sushant Pandey

I am running the CodeGen using the test repository (https://github.com/facebookresearch/CodeGen/tree/main/data/test_dataset) for obfuscation mode `run codegen_sources/preprocessing/preprocess.py data/python_test --mode obfuscation --local True --local_parallelism 4 --langs python --train_splits 1 --tokenization_timeout 400 --bpe_timeout 220...

I am trying to run the preprocessing.py file and getting this unknow error. Can you tell me how to resolve this. ```` run codegen_sources/preprocessing/preprocess.py data/test_dataset --mode obfuscation --langs python --mode...

When I run the CodeGen, the preprocessing.py it is asking for various arguments and when I pass those argument its showing unrecognized arguments. Below are my codes. %run codegen_sources/preprocessing/preprocess data/test_dataset...

question