PEFT
Safetensors
English
retrieval
instructions
orionweller commited on
Commit
8b67725
1 Parent(s): e36a712

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -114,7 +114,7 @@ class Promptriever:
114
  return np.concatenate(all_embeddings, axis=0)
115
 
116
  # Initialize the model
117
- model = Promptriever("samaya-ai/promptriever-llama3.1-8b-instruct-v1")
118
 
119
  # Example query and instruction
120
  query = "What universities are in Baltimore, Maryland?"
 
114
  return np.concatenate(all_embeddings, axis=0)
115
 
116
  # Initialize the model
117
+ model = Promptriever("samaya-ai/promptriever-llama2-7b-v1")
118
 
119
  # Example query and instruction
120
  query = "What universities are in Baltimore, Maryland?"