aman-ph commited on
Commit
4e6e3b4
·
verified ·
1 Parent(s): c5c61d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
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
- # Replace "your_username" with your actual Hugging Face username
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)