JiakaiDu commited on
Commit
45e7bbf
·
verified ·
1 Parent(s): 4039be6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Test_RAG.py +1 -1
Test_RAG.py CHANGED
@@ -60,7 +60,7 @@ if not text_example_cn_path.exists():
60
  f.write(content.read())
61
 
62
  model_language = "English"
63
- llm_model_id= "llama-3-8b-instruct"
64
  llm_model_configuration = SUPPORTED_LLM_MODELS[model_language][llm_model_id]
65
  print(f"Selected LLM model {llm_model_id}")
66
  prepare_int4_model = True # Prepare INT4 model
 
60
  f.write(content.read())
61
 
62
  model_language = "English"
63
+ llm_model_id= "meta-llama/Meta-Llama-3-8B-Instruct"
64
  llm_model_configuration = SUPPORTED_LLM_MODELS[model_language][llm_model_id]
65
  print(f"Selected LLM model {llm_model_id}")
66
  prepare_int4_model = True # Prepare INT4 model