Benjamin

Results 19 comments of Benjamin

Mind I chipping in here? First, many thanks for open sourcing this wonderful project. As working in the Hong Kong official meteorological centre, we appreciate this work very much and...

We just sent the email. Thank you very much @alvarosg

May I know if there is any update? Perhaps just a rough timeline? Many thanks in advance.

Sorry for my chip in. @ValterFallenius Wondering where did you get the sample data? both [openclimatefix/goes](https://huggingface.co/datasets/openclimatefix/goes) and [openclimatefix/mrms](https://huggingface.co/datasets/openclimatefix/mrms) in huggingface or somewhere else? Mind sharing me a bit? Wanna give...

Thanks a lot for your prompt reply and comment. Would try to use those available in the huggingface first. See if I can make the model run.

Thanks a lot for your reply. During the finetuning of CPTForMaskedLM, I need to add tokens to the tokenizer (`BertTokenizer.from_pretrained("fnlp/cpt-large")`) by calling `tokenizer.add_tokens`; afterwards, i go `resize_token_embeddings`. All good here,...

Thanks. May I not close this issue for a while? As I'm pursuing the fine-tuning and may encounter issues very soon...

+1 Could also include LDAP auth which is commonly used in company environment.

Would like to join the discussion. In your commit, why we need to put the finish inside the cancel look as in line 111 onwards? Is it because it involved...