Shubham Chandel
Shubham Chandel
According to the documentation of FauxPilot (https://github.com/fauxpilot/fauxpilot/blob/main/documentation/client.md#copilot-plugin), it is possible to configure the official VSCode Copilot plugin to use a local server. I am wondering if the same can be...
## ❓ Questions and Help #### What is your question? I've pretrained a 13B GPT3 model with FSDP following [this guide](https://github.com/pytorch/fairseq/blob/main/examples/fully_sharded_data_parallel/README.md). However, whenever I try and finetune it, providing the...
Hi HF team, Thanks for this awesome library! I'm trying to encode a file with ~50M lines, using `tokenizer.encode_batch`. It would be great to have `tqdm` support to know how...