Update app.py
Browse files
app.py
CHANGED
@@ -4,10 +4,10 @@ import torch
|
|
4 |
|
5 |
# Set model ID
|
6 |
# comment out the model you want to use
|
7 |
-
model_id = "gpt2" # for testing purposes only
|
8 |
# model_id = "deepseek-ai/deepseek-coder-1.3b"
|
9 |
# model_id = "deepseek-ai/deepseek-coder-1.3b-base"
|
10 |
-
|
11 |
|
12 |
|
13 |
# Load tokenizer and model
|
|
|
4 |
|
5 |
# Set model ID
|
6 |
# comment out the model you want to use
|
7 |
+
# model_id = "gpt2" # for testing purposes only
|
8 |
# model_id = "deepseek-ai/deepseek-coder-1.3b"
|
9 |
# model_id = "deepseek-ai/deepseek-coder-1.3b-base"
|
10 |
+
model_id = "deepseek-ai/deepseek-coder-1.3b-instruct"
|
11 |
|
12 |
|
13 |
# Load tokenizer and model
|