theblackcat102 / language-models-are-knowledge-graphs-pytorch

Language models are open knowledge graphs ( non official implementation )
MIT License
168 stars 38 forks source link

Hello, I am a beginner in Python #9

Open massai5 opened 3 years ago

massai5 commented 3 years ago

Hello, I am a beginner in Python. I am studying hard on the code that I really need. There are several python files (utils.py, constant.py, extract.py, mapper.py, stats,py). What order should they be executed? I would really appreciate it if you let me know

UmutAlihan commented 2 years ago

I executed extract.py first and got *.jsonl file, than assume I should execute process.py?

It would be great if a high-level walkthrough could be provided.