Update README.md
Browse files
README.md
CHANGED
@@ -52,8 +52,7 @@ This model is designed to support IT professionals and system administrators in:
|
|
52 |
```python
|
53 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
54 |
|
55 |
-
|
56 |
-
model_name = "your_username/DeepSeek-R1-Distill-Llama-8B-ZABBIX-BIT"
|
57 |
|
58 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
59 |
model = AutoModelForCausalLM.from_pretrained(model_name)
|
|
|
52 |
```python
|
53 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
54 |
|
55 |
+
model_name = "aman-ph/DeepSeek-R1-Distill-Llama-8B-ZABBIX-BIT"
|
|
|
56 |
|
57 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
58 |
model = AutoModelForCausalLM.from_pretrained(model_name)
|