CoolFace
Modelpublic

ctitools/neurocti-mistral-nemo-12b-orkl-instruct-merged

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes6downloads
Model Card

Overview

This model was trained via mistral-finetune on top of the orkl.eu dataset on 10k Cyber Threat Intelligence (CTI) reports.

This is the merged model with the mistral-nemo-instruct-2407 base model, for ease of use with other inference frameworks.

Running this is as easy as, cloning the repo and running:

bash
pip install mistral-inference
mistral-chat neurocti-mistral-nemo-12b-orkl-instruct-merged/  --max_tokens 1024 --temperature 0.35

For details on the model, the data and training, please read https://github.com/ctitools/neurocti/.

For understanding how to run this model, please read: https://github.com/ctitools/neurocti/blob/main/inference.md