LucasAI111 commited on
Commit
880d642
·
verified ·
1 Parent(s): 142d4b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -123,11 +123,11 @@ import torch
123
 
124
  # Load model (optimized for edge deployment)
125
  model = AutoModelForCausalLM.from_pretrained(
126
- "Qwen/Qwen3-4B-Thinking-2507",
127
  torch_dtype=torch.float16, # Use half precision to save VRAM
128
  device_map="auto"
129
  )
130
- tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen3-4B-Thinking-2507")
131
 
132
  # Investment analysis example
133
  prompt = """
 
123
 
124
  # Load model (optimized for edge deployment)
125
  model = AutoModelForCausalLM.from_pretrained(
126
+ "DMindAI/DMind-2-4B",
127
  torch_dtype=torch.float16, # Use half precision to save VRAM
128
  device_map="auto"
129
  )
130
+ tokenizer = AutoTokenizer.from_pretrained("DMindAI/DMind-2-4B")
131
 
132
  # Investment analysis example
133
  prompt = """