orionweller
commited on
Commit
•
876d63e
1
Parent(s):
96e5732
Update README.md
Browse files
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-
|
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?"
|