Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ from unsloth import FastLanguageModel
|
|
63 |
|
64 |
# Load the model
|
65 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
66 |
-
"{
|
67 |
max_seq_length=2048,
|
68 |
dtype=None,
|
69 |
load_in_4bit=True,
|
@@ -155,12 +155,12 @@ If you use this model in your research or applications, please cite:
|
|
155 |
|
156 |
```bibtex
|
157 |
@misc{{cyberguard-ai-2024,
|
158 |
-
author = {{{
|
159 |
title = {{CyberGuard AI: Fine-tuned Security Log Analyzer}},
|
160 |
year = {{2024}},
|
161 |
publisher = {{Hugging Face}},
|
162 |
journal = {{Hugging Face Model Hub}},
|
163 |
-
howpublished = {{\\url{{https://huggingface.co/{
|
164 |
}}
|
165 |
```
|
166 |
|
|
|
63 |
|
64 |
# Load the model
|
65 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
66 |
+
"{omasteam}/{cyberguard-ai-security-analyzer}",
|
67 |
max_seq_length=2048,
|
68 |
dtype=None,
|
69 |
load_in_4bit=True,
|
|
|
155 |
|
156 |
```bibtex
|
157 |
@misc{{cyberguard-ai-2024,
|
158 |
+
author = {{{omasteam}}},
|
159 |
title = {{CyberGuard AI: Fine-tuned Security Log Analyzer}},
|
160 |
year = {{2024}},
|
161 |
publisher = {{Hugging Face}},
|
162 |
journal = {{Hugging Face Model Hub}},
|
163 |
+
howpublished = {{\\url{{https://huggingface.co/{omasteam}/{cyberguard-ai-security-analyzer}}}}}
|
164 |
}}
|
165 |
```
|
166 |
|