Datasets:
morpheuslord
commited on
Commit
•
12465c2
1
Parent(s):
4a7f79c
Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ The programs traverse through these folders extract the data in the files and ar
|
|
41 |
|
42 |
## llama2 and Openai Model dataset:
|
43 |
The llama2 fine-tuned dataset follows this format:
|
44 |
-
```
|
45 |
{
|
46 |
"instruction": "Explain CVE-1999-0001",
|
47 |
"input": "Explain the vulnerability: CVE-1999-0001",
|
@@ -50,7 +50,7 @@ The llama2 fine-tuned dataset follows this format:
|
|
50 |
```
|
51 |
|
52 |
The openai fine-tune dataset follows this format:
|
53 |
-
```
|
54 |
{
|
55 |
"messages": [
|
56 |
{"role": "system", "content": "CVE Vulnerability Information"},
|
|
|
41 |
|
42 |
## llama2 and Openai Model dataset:
|
43 |
The llama2 fine-tuned dataset follows this format:
|
44 |
+
```json
|
45 |
{
|
46 |
"instruction": "Explain CVE-1999-0001",
|
47 |
"input": "Explain the vulnerability: CVE-1999-0001",
|
|
|
50 |
```
|
51 |
|
52 |
The openai fine-tune dataset follows this format:
|
53 |
+
```json
|
54 |
{
|
55 |
"messages": [
|
56 |
{"role": "system", "content": "CVE Vulnerability Information"},
|