microsoft / MetaXL

Meta Representation Transformation for Low-resource Cross-lingual Learning
MIT License
40 stars 7 forks source link

Could you add more details on data preparation? #2

Closed mahesh-kumar-nlp closed 3 years ago

mahesh-kumar-nlp commented 3 years ago

I could see that the training code is looking for some file which is in json format. Could you provide details with respect to the structure in which the data has to be sent and if possible a example.

xiamengzhou commented 3 years ago

Hi, due to intellectual property issues, we can't put actual data examples in the code repo. The structure of the JSON files is as follows: {"review_body": "", "language": "", "label": ""}

mahesh-kumar-nlp commented 3 years ago

Thanks you so much for the response. Will try this out.