Update README.md
Browse files
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/
|
| 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/
|
| 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 |
|