center-for-threat-informed-defense / tram

TRAM is an open-source platform designed to advance research into automating the mapping of cyber threat intelligence reports to MITRE ATT&CK®.
https://ctid.mitre-engenuity.org/our-work/tram/
Apache License 2.0
418 stars 90 forks source link

Unknown File path #217

Open abhishekdhiman25 opened 3 months ago

abhishekdhiman25 commented 3 months ago

Hi Reader

In train_bert_multiclass.ipynb notebook the first cell of code opens a file from this location "/projects/TRAM2023/tram-private/data/training/refreshed_dataset_march_2023.json". After running this cell it gives File Not found error. Please tell the correct path of file. path to train_bert_multiclass.ipynb -> "tram\model-development\train_multi_label.ipynb"

Thanks

mehaase commented 3 months ago

Hi @abhishekdhiman25, the notebooks in the model-development/ directory are only intended to illustrate the overall training process. Getting it to actually run is a DIY project.