Spaces:
Runtime error
Runtime error
0.44 model info
Browse files- .gitignore +1 -0
- app.py +1 -1
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
test.py
|
app.py
CHANGED
|
@@ -29,7 +29,7 @@ htmL_info = "<center><h1>Pharia Battle Royale</h1><p>Let the games begin: Try a
|
|
| 29 |
model_info = [{"id": "Aleph-Alpha/Pharia-1-LLM-7B-control-hf",
|
| 30 |
"name": "Pharia 1 LLM 7B control hf"}]
|
| 31 |
|
| 32 |
-
logging.debug(f'
|
| 33 |
|
| 34 |
challenger_models = [{"id": "NousResearch/Meta-Llama-3.1-8B-Instruct",
|
| 35 |
"name": "Meta Llama 3.1 8B Instruct"},
|
|
|
|
| 29 |
model_info = [{"id": "Aleph-Alpha/Pharia-1-LLM-7B-control-hf",
|
| 30 |
"name": "Pharia 1 LLM 7B control hf"}]
|
| 31 |
|
| 32 |
+
logging.debug(f'base_model: {model_info[0]['name']}')
|
| 33 |
|
| 34 |
challenger_models = [{"id": "NousResearch/Meta-Llama-3.1-8B-Instruct",
|
| 35 |
"name": "Meta Llama 3.1 8B Instruct"},
|