Ashutosh Baheti

Results 6 issues of Ashutosh Baheti

Was planning to update the `.ssh/config` something like this ``` Host * ServerAliveInterval 120 ServerAliveCountMax 100 ``` But, I couldn't see any trivial way of doing this. Could someone assist...

I was retraining the model on my own dataset and with a single GPU Training Command ``` export CUDA_VISIBLE_DEVICES=3 python LSP_train.py --model_name_or_path ./models/small --init_checkpoint None --init_weights true --train_input_file ./data/train_opensub_qa_dialogpt.128len.db --eval_input_file...

Hi, Can you also provide trainer and decoder files for the batch model if possible. If you have tested this code then you must have them. Kindly upload those files...

Is it possible to share the `BertCoQA` pretrained model?

For some of the downloaded tweets I see number of replies greater than 0. How can I download these replies using twitterscraper?

I was looking at the `data/processed/1-demographics/` folder which contains some of the user annotated data. Can you describe how did you collect and label this data? Also what kind of...

enhancement