omasteam commited on
Commit
41ac499
·
verified ·
1 Parent(s): 1cfab56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -63,7 +63,7 @@ from unsloth import FastLanguageModel
63
 
64
  # Load the model
65
  model, tokenizer = FastLanguageModel.from_pretrained(
66
- "{username}/{model_name}",
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 = {{{username}}},
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/{username}/{model_name}}}}}
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