microsoft / OpenMSFTL

Research simulation toolkit for federated learning
Other
12 stars 1 forks source link

Support for NLP Tasks #5

Closed anishacharya closed 3 years ago

anishacharya commented 4 years ago

Support for NLP Tasks We would like to add support for nlp tasks. Ideally, follow the vision_datasets.py implementation and do a parallel implementation, The output should be similar to that of vision_datasets, so I am guessing one of the two ways: use torchnlp and create dataloaders. Or, use our own embedding , indexer etc. For reference feel free to re-use my earlier implementations: https://github.com/anishacharya/nlp-done-right/tree/master/common/utils

tango4j commented 4 years ago

Hi Anish.

For your information, I am not able to access this git after I finished internship.

Best, Taejin.

2020년 8월 18일 (화) 오후 3:49, Anish Acharya notifications@github.com님이 작성:

Support for NLP Tasks We would like to add support for nlp tasks. Ideally, follow the vision_datasets.py implementation and do a parallel implementation, The output should be similar to that of vision_datasets, so I am guessing one of the two ways: use torchnlp and create dataloaders. Or, use our own embedding , indexer etc. For reference feel free to re-use my earlier implementations: https://github.com/anishacharya/nlp-done-right/tree/master/common/utils

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/microsoft/OpenMSFTL/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADEZOW5XU72RIWE6H5NNX4DSBMAOJANCNFSM4QEHNSAA .

anishacharya commented 4 years ago

check facebook

kkumatani commented 3 years ago

done