kureha295 commited on
Commit
f294fc1
·
verified ·
1 Parent(s): 3074e79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
  from transformers import AutoModelForCausalLM, AutoTokenizer
5
 
6
  # Model configuration
7
- MODEL_ID = "deepseek-ai/DeepSeek-R1-Distill-Llama-8B"
8
 
9
  # Define prompts and their corresponding chain-of-thought prefixes
10
  PROMPT_COT_MAP = {
 
4
  from transformers import AutoModelForCausalLM, AutoTokenizer
5
 
6
  # Model configuration
7
+ MODEL_ID = "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B"
8
 
9
  # Define prompts and their corresponding chain-of-thought prefixes
10
  PROMPT_COT_MAP = {