Hjgugugjhuhjggg
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -30,13 +30,8 @@ else:
|
|
30 |
|
31 |
modelos = {
|
32 |
"gpt2-medium": VLLM(model="gpt2-medium"),
|
33 |
-
"qwen2.5-0.5b": VLLM(model="
|
34 |
-
"
|
35 |
-
"bert-base-uncased": VLLM(model="bert-base-uncased"),
|
36 |
-
"xlnet-base-uncased": VLLM(model="xlnet-base-uncased"),
|
37 |
-
"distilbert-base-uncased": VLLM(model="distilbert-base-uncased"),
|
38 |
-
"albert-base-v2": VLLM(model="albert-base-v2"),
|
39 |
-
"roberta-base": VLLM(model="roberta-base"),
|
40 |
}
|
41 |
|
42 |
for nombre, modelo in tqdm(modelos.items()):
|
|
|
30 |
|
31 |
modelos = {
|
32 |
"gpt2-medium": VLLM(model="gpt2-medium"),
|
33 |
+
"qwen2.5-0.5b": VLLM(model="Qwen/Qwen2.5-0.5B-Instruct"),
|
34 |
+
"llamaxd": VLLM(model="Hjgugugjhuhjggg/llama-3.2-1B-spinquant-hf")
|
|
|
|
|
|
|
|
|
|
|
35 |
}
|
36 |
|
37 |
for nombre, modelo in tqdm(modelos.items()):
|