facebookresearch / XLM

PyTorch original implementation of Cross-lingual Language Model Pretraining.
Other
2.87k stars 495 forks source link

System requirment for XML model #315

Open ykkhan opened 4 years ago

ykkhan commented 4 years ago

I have core i5 8gb ram, is it enough to train system on data through XLM model?

can I know, how will I train system on my dataset. I have start working, following readme file instruction but I need some guidance.

Tikquuss commented 4 years ago

Do you have a GPU?
The current code does not support CPUs.
I can provide you with a notebook if you wish; of course with all the reading details and explanations, but on a personal dataset (text files).

ykkhan commented 4 years ago

Thanks, Yes, I have NVIDIA GeForce GT 740M GPU

It would be nice if you provide me notebook and other reading details.

Tikquuss commented 4 years ago

Kindly try this. Fairly easy to readapt to another dataset. I am in the process of preparing an explanatory video that I will post on youtube soon. Let me know if you have any concerns.