Update README.md
Browse files
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
|
115 |
-
load_in_4bit = True,
|
116 |
device_map="auto"
|
117 |
)
|
118 |
|
119 |
-
tokenizer = AutoTokenizer.from_pretrained("suayptalha/DeepSeek-R1-Distill-Llama-3B
|
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>
|