Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
| 2 |
library_name: transformers
|
| 3 |
base_model: RISys-Lab/RedSage-Qwen3-8B-Ins
|
| 4 |
tags:
|
| 5 |
-
- rlhf
|
| 6 |
- dpo
|
| 7 |
- cybersecurity
|
| 8 |
- text-generation
|
|
@@ -136,7 +135,7 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
| 136 |
## Intended Use
|
| 137 |
|
| 138 |
- Primary Use: General-purpose cybersecurity assistance, log analysis, threat intelligence summarization, and educational queries.
|
| 139 |
-
- Benefits: Better instruction adherence
|
| 140 |
- Limitations: While aligned, the model may still produce incorrect information. Always verify outputs in critical security environments.
|
| 141 |
|
| 142 |
## Citation
|
|
|
|
| 2 |
library_name: transformers
|
| 3 |
base_model: RISys-Lab/RedSage-Qwen3-8B-Ins
|
| 4 |
tags:
|
|
|
|
| 5 |
- dpo
|
| 6 |
- cybersecurity
|
| 7 |
- text-generation
|
|
|
|
| 135 |
## Intended Use
|
| 136 |
|
| 137 |
- Primary Use: General-purpose cybersecurity assistance, log analysis, threat intelligence summarization, and educational queries.
|
| 138 |
+
- Benefits: Better instruction adherence based on human preference compared to the SFT-only version.
|
| 139 |
- Limitations: While aligned, the model may still produce incorrect information. Always verify outputs in critical security environments.
|
| 140 |
|
| 141 |
## Citation
|