5to9 commited on
Commit
45fcbe9
1 Parent(s): 10010d4

0.44 model info

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. 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'model_info: {model_info[0]['name']}')
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"},