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®.

Home Page:https://ctid.mitre-engenuity.org/our-work/tram/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unknown File path

abhishekdhiman25 opened this issue · comments

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

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.