Update generation_test_hf_script.py
Browse files
generation_test_hf_script.py
CHANGED
|
@@ -83,7 +83,7 @@ if __name__ == "__main__":
|
|
| 83 |
|
| 84 |
test_ds = load_rag_benchmark_tester_ds()
|
| 85 |
|
| 86 |
-
model_name = "llmware/bling-
|
| 87 |
output = run_test(model_name,test_ds)
|
| 88 |
|
| 89 |
|
|
|
|
| 83 |
|
| 84 |
test_ds = load_rag_benchmark_tester_ds()
|
| 85 |
|
| 86 |
+
model_name = "llmware/bling-tiny-llama-v0"
|
| 87 |
output = run_test(model_name,test_ds)
|
| 88 |
|
| 89 |
|