Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ if HF_TOKEN:
|
|
| 14 |
|
| 15 |
# Define model map with access type
|
| 16 |
model_map = {
|
| 17 |
-
"FinGPT": {"id": "
|
| 18 |
"InvestLM": {"id": "yixuantt/InvestLM-mistral-AWQ", "local": False},
|
| 19 |
"FinLLaMA": {"id": "us4/fin-llama3.1-8b", "local": False},
|
| 20 |
"FinanceConnect": {"id": "ceadar-ie/FinanceConnect-13B", "local": True},
|
|
|
|
| 14 |
|
| 15 |
# Define model map with access type
|
| 16 |
model_map = {
|
| 17 |
+
"FinGPT": {"id": "OpenFinAL/GPT2_FINGPT_QA", "local": True},
|
| 18 |
"InvestLM": {"id": "yixuantt/InvestLM-mistral-AWQ", "local": False},
|
| 19 |
"FinLLaMA": {"id": "us4/fin-llama3.1-8b", "local": False},
|
| 20 |
"FinanceConnect": {"id": "ceadar-ie/FinanceConnect-13B", "local": True},
|