nashid

Results 98 comments of nashid

@smoitra-g I see you have pushed some code for the model. Would be helpful to know once all the changes are pushed in.

Can you please help us understand how you generated the `hoppity_cg.tar.gz` file? We dont find this file in the [hoppity repository](https://github.com/AI-nstein/hoppity). ``` 'hoppity_cg.tar.gz': { 'url': 'https://drive.google.com/u/0/uc?id=1JdXaehWO4UocjXqIXzWtUmVpRWWBtqmE&export=download', 'sha1sum': '9f4a635408f86974a8e9739769d3ed2a52c2b907', } ```...

@smoitra87 where is the equivalent file for `/tmp/code2seq_dataset/targets.txt` with the `manysstubs4j_dataset`? I dont see `targets.txt` file for the `manysstubs4j_dataset`. @smith-co have you experienced the same?

@smoitra-g we executed the following command: ``` python3 train.py \ --data_dir=/arc/project/st-amesbah-1/plur-data/stage_2 \ --exp_dir=/arc/project/st-amesbah-1/plur-data/experiments \ --evaluate=true ```

@basma-b all these indices are less than `< 50000 ` `[14077,20122,40035,40064, 40056, 40068, 40090, 40095, 40100, 40119, 40131, 40136, 40150, 40153]` I faced the same problem and tried with smaller...

@jiang719 we are stuck with this problem. We trained the GPT-CoNuT model and ran inference. However, during inference we are keep getting the above error. We would really appreciate your...

We have trained GPT-CoNuT with our dataset. My colleague @msintaha already looked into the steps for dataset creation to ensure we are following the same format. But we will cross-check...

This model is an instance of GPTCoNuT.

@WildBlackBear were you able to run the model for training from scratch? Looks like code is now pushed.