gachara commited on
Commit
b406cd3
·
verified ·
1 Parent(s): 2c773f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -89,7 +89,7 @@ This is a fine-tuned version of [Qwen/Qwen2.5-3B-Instruct](https://huggingface.c
89
  from transformers import AutoTokenizer, AutoModelForCausalLM
90
  import torch
91
 
92
- model_path = "gachara/qwen2.5-3b-security"
93
  tokenizer = AutoTokenizer.from_pretrained(model_path)
94
  model = AutoModelForCausalLM.from_pretrained(
95
  model_path,
@@ -208,7 +208,7 @@ If you use this model in your research or production systems, please cite:
208
  title = {Qwen2.5-3B HTTP Security Classifier},
209
  year = {2024},
210
  publisher = {HuggingFace},
211
- url = {https://huggingface.co/gachara/qwen2.5-3b-security}
212
  }
213
  ```
214
 
 
89
  from transformers import AutoTokenizer, AutoModelForCausalLM
90
  import torch
91
 
92
+ model_path = "gachara/my-security-classifier"
93
  tokenizer = AutoTokenizer.from_pretrained(model_path)
94
  model = AutoModelForCausalLM.from_pretrained(
95
  model_path,
 
208
  title = {Qwen2.5-3B HTTP Security Classifier},
209
  year = {2024},
210
  publisher = {HuggingFace},
211
+ url = {https://huggingface.co/gachara/my-security-classifier}
212
  }
213
  ```
214