Varad Bhatnagar
Varad Bhatnagar
Hi @eskaufel . I have a string which says `"#DECLARE script string = Path.GetFileName()" `. I have created a dictionary in which I want to keep the value of script...
Thanks. Is there a paper associated with this project? And it this related to the Microsoft Codebert in anyway?
I wanted to get an idea about the method complexity that this model can handle. For training and testing, did you use simple methods similar to files in `test_files` directory...
Pretty useful. I am using this implementation of `ReplyMessage` function and its working.
@gante Facing the same issue even when `do_sample = False` [Colab Notebook replicating this issue](https://colab.research.google.com/drive/1et5wYV25Bv8miAx9T8ijJ4trpTV2QPGh?usp=sharing)
Linked Issue: #7037 Ideas: #7039
@albertvillanova / @lhoestq any early feedback? AFAIK there is no param `orient` in `load_dataset()`. So for orientations other than "records", the loading isn't very accurate. Any thoughts?
`orient = "split"` can also be handled. I will add the changes soon
@lhoestq Simply doing `ds.to_pandas().to_json(orient=...)` is not going to give any batching or multiprocessing benefits right? Also, which function are you referring to - when you say that its meant for...
@lhoestq Let me close this PR and open another one where I will add an error message, as suggested here. > Thanks for diving into this ! I don't think...