Spaces:
Sleeping
Sleeping
change model to 3.18b
Browse files
app.py
CHANGED
|
@@ -3,7 +3,8 @@ from transformers import pipeline, AutoTokenizer
|
|
| 3 |
import torch
|
| 4 |
import spaces
|
| 5 |
|
| 6 |
-
model_name = "DISLab/SummLlama3.2-3B"
|
|
|
|
| 7 |
print(f"Loading model: {model_name}")
|
| 8 |
|
| 9 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
|
|
|
| 3 |
import torch
|
| 4 |
import spaces
|
| 5 |
|
| 6 |
+
#model_name = "DISLab/SummLlama3.2-3B"
|
| 7 |
+
model_name = "DISLab/SummLlama3.1-8B"
|
| 8 |
print(f"Loading model: {model_name}")
|
| 9 |
|
| 10 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|