suayptalha commited on
Commit
5980166
·
verified ·
1 Parent(s): 76cd82e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -111,12 +111,11 @@ import torch
111
  from transformers import AutoModelForCausalLM, AutoTokenizer
112
 
113
  model = AutoModelForCausalLM.from_pretrained(
114
- "suayptalha/DeepSeek-R1-Distill-Llama-3B-4bit",
115
- load_in_4bit = True,
116
  device_map="auto"
117
  )
118
 
119
- tokenizer = AutoTokenizer.from_pretrained("suayptalha/DeepSeek-R1-Distill-Llama-3B-4bit")
120
 
121
  SYSTEM_PROMPT = """Respond in the following format:
122
  <think>
 
111
  from transformers import AutoModelForCausalLM, AutoTokenizer
112
 
113
  model = AutoModelForCausalLM.from_pretrained(
114
+ "suayptalha/DeepSeek-R1-Distill-Llama-3B",
 
115
  device_map="auto"
116
  )
117
 
118
+ tokenizer = AutoTokenizer.from_pretrained("suayptalha/DeepSeek-R1-Distill-Llama-3B")
119
 
120
  SYSTEM_PROMPT = """Respond in the following format:
121
  <think>