doberst commited on
Commit
d405e67
1 Parent(s): 1467f88

Update generation_test_llmware_script.py

Browse files
Files changed (1) hide show
  1. generation_test_llmware_script.py +1 -1
generation_test_llmware_script.py CHANGED
@@ -59,6 +59,6 @@ if __name__ == "__main__":
59
 
60
  core_test_set = load_rag_benchmark_tester_ds()
61
 
62
- model_name = "llmware/bling-phi-2-v0"
63
 
64
  output = run_test(model_name, core_test_set)
 
59
 
60
  core_test_set = load_rag_benchmark_tester_ds()
61
 
62
+ model_name = "llmware/bling-tiny-llama-v0"
63
 
64
  output = run_test(model_name, core_test_set)