Pete Walsh
Pete Walsh
> Maybe it turns out this problem is better handled as a 3rd party lib than as an AllenNLP-owned functionality I think that's true. At least it would be easier...
Hey @wj-Mcat, there is another PR addressing this that is kind of in limbo right now: https://github.com/allenai/allennlp/pull/3960. If you're interested in taking over that PR, that would be awesome!
This is definitely worth revisiting.
@vikigenius no updates yet, but that's great news that the PyTorch XLA API seems to be stabilizing.
> I will also look at adding a custom HF dataset so we can use it for testing purposes. That would great!
It would be great to add support for `Datasets`. I was thinking about this a while ago and then it kind of fell off the map. I'm not sure yet...
@divijbajaj great! Looking forward to seeing what you come up with.
I looked into this. All we really care about is adhering to PEP 8, which for imports just means they are grouped by module type (std lib, third party, and...
Yeup, 2.2 sounds good.
I don't think this is a user-facing change but let me know if I'm wrong. Because as far as I know we only use this in internal tests, and we...