Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
This repo contains a zip file with 3 models fine-tuned to be aligned with the cybersecurity domain. The three fine-tuned models are based off of:
|
| 2 |
llama3.1:8b
|
| 3 |
deepseek-coder:1.3b
|
| 4 |
-
mistral-nemo:12b-instruct-2407-q8_0
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- tatsu-lab/alpaca
|
| 5 |
+
- microsoft/rStar-Coder
|
| 6 |
+
- Custom
|
| 7 |
+
tags:
|
| 8 |
+
- code
|
| 9 |
+
- cybersecurity
|
| 10 |
+
base_model:
|
| 11 |
+
- mistralai/Mistral-Nemo-Instruct-2407
|
| 12 |
+
- deepseek-ai/deepseek-coder-1.3b-instruct
|
| 13 |
+
- meta-llama/Llama-3.1-8B-Instruc
|
| 14 |
+
language:
|
| 15 |
+
- en
|
| 16 |
+
---
|
| 17 |
This repo contains a zip file with 3 models fine-tuned to be aligned with the cybersecurity domain. The three fine-tuned models are based off of:
|
| 18 |
llama3.1:8b
|
| 19 |
deepseek-coder:1.3b
|
| 20 |
+
mistral-nemo:12b-instruct-2407-q8_0
|