Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,27 @@
|
|
1 |
---
|
2 |
library_name: peft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
## Training procedure
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
### Framework versions
|
7 |
|
8 |
|
9 |
-
- PEFT 0.4.0
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
datasets:
|
5 |
+
- venkycs/llm4security
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
tags:
|
11 |
+
- security
|
12 |
+
- infosec
|
13 |
+
- cybersec
|
14 |
+
- hack
|
15 |
---
|
16 |
## Training procedure
|
17 |
|
18 |
+
This repository contains security-specific domain data collected using Stanford Alpaca. We want to express our gratitude to the Stanford Alpaca team for their valuable contributions. This dataset enhances our understanding of security-related language and supports the development of safer AI applications.
|
19 |
+
|
20 |
+
Acknowledgments - Special thanks to Stanford Alpaca for providing the tools and resources to gather security domain data.
|
21 |
+
|
22 |
+
For more information about Stanford Alpaca, visit their website.
|
23 |
+
|
24 |
### Framework versions
|
25 |
|
26 |
|
27 |
+
- PEFT 0.4.0 (Thanks to HuggingFace team)
|