Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ from smolagents import TransformersModel
|
|
90 |
|
91 |
|
92 |
|
93 |
-
model_id ="microsoft/phi-2"# not working out of the box"google/gemma-2-2b-it" #toobig"Qwen/Qwen1.5-7B-Chat"#working but stupid: "meta-llama/Llama-3.2-3B-Instruct"
|
94 |
model = TransformersModel(
|
95 |
model_id=model_id,
|
96 |
max_new_tokens=256)
|
|
|
90 |
|
91 |
|
92 |
|
93 |
+
model_id ="meta-llama/Llama-3.2-3B-Instruct"#"microsoft/phi-2"# not working out of the box"google/gemma-2-2b-it" #toobig"Qwen/Qwen1.5-7B-Chat"#working but stupid: "meta-llama/Llama-3.2-3B-Instruct"
|
94 |
model = TransformersModel(
|
95 |
model_id=model_id,
|
96 |
max_new_tokens=256)
|